Skip to content

Commit

Permalink
merged branch mbontemps/patch-1 (PR sensiolabs#84)
Browse files Browse the repository at this point in the history
Commits
-------

01a2f2b Fix app/autoload.php file name in the help

Discussion
----------

Fix app/autoload.php file name in the help
  • Loading branch information
fabpot committed Dec 12, 2011
2 parents c6af971 + 01a2f2b commit 87fe88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/GenerateBundleCommand.php
Expand Up @@ -214,7 +214,7 @@ protected function checkAutoloader(OutputInterface $output, $namespace, $bundle,
$output->write('Checking that the bundle is autoloaded: ');
if (!class_exists($namespace.'\\'.$bundle)) {
return array(
'- Edit the <comment>app/autoloader.php</comment> file and register the bundle',
'- Edit the <comment>app/autoload.php</comment> file and register the bundle',
' namespace at the top of the <comment>registerNamespaces()</comment> call:',
'',
sprintf('<comment> \'%s\' => \'%s\',</comment>', $namespace, realpath($dir)),
Expand Down

0 comments on commit 87fe88c

Please sign in to comment.