Skip to content

Commit 23febf6

Browse files
author
Paul M. Jones
committed
no need to install, just dump autoload
1 parent c6ee82a commit 23febf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pds-skeleton

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ foreach ($autoloadFiles as $autoloadFile) {
1515
}
1616

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

0 commit comments

Comments
 (0)