Skip to content

Commit 286d751

Browse files
Fixes #3651: correct typos in topic file paths.
1 parent 0fd56c7 commit 286d751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/core/DocsCommands.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function bisect()
4848
*/
4949
public function bashrc()
5050
{
51-
self::printFile(DRUSH_BASE_PATH. '/examples/example.bashrc\'');
51+
self::printFile(DRUSH_BASE_PATH. '/examples/example.bashrc');
5252
}
5353

5454
/**
@@ -152,7 +152,7 @@ public function generators()
152152
*/
153153
public function exampleCommand()
154154
{
155-
self::printFile(DRUSH_BASE_PATH. '/examples/Commands/SandwichCommands.php');
155+
self::printFile(DRUSH_BASE_PATH. '/examples/Commands/ArtCommands.php');
156156
}
157157

158158
/**

0 commit comments

Comments
 (0)