Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / Commands / core / DocsCommands.php
index f4cc4d26073b8137e0a878d5f6d87aee1be95503..35b6d1c4716708df958e6fb6c5a16e5e597fa63c 100644 (file)
@@ -48,7 +48,7 @@ class DocsCommands extends DrushCommands
      */
     public function bashrc()
     {
-        self::printFile(DRUSH_BASE_PATH. '/examples/example.bashrc\'');
+        self::printFile(DRUSH_BASE_PATH. '/examples/example.bashrc');
     }
 
     /**
@@ -152,7 +152,7 @@ class DocsCommands extends DrushCommands
      */
     public function exampleCommand()
     {
-        self::printFile(DRUSH_BASE_PATH. '/examples/Commands/SandwichCommands.php');
+        self::printFile(DRUSH_BASE_PATH. '/examples/Commands/ArtCommands.php');
     }
 
     /**