Skip to content

Commit

Permalink
no need to install, just dump autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 8, 2017
1 parent c6ee82a commit 23febf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pds-skeleton
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ foreach ($autoloadFiles as $autoloadFile) {
}

if (! $autoload) {
echo "Autoload file not found; try 'composer install' first." . PHP_EOL;
echo "Autoload file not found; try 'composer dump-autoload' first." . PHP_EOL;
exit(1);
}

Expand Down

0 comments on commit 23febf6

Please sign in to comment.