Skip to content

Commit da432e0

Browse files
authored
Warning message sentence correction (#2361)
Corrected warning message to read a little better.
1 parent c3dec8f commit da432e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/deploy/vendors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
return '{{bin/php}} {{deploy_path}}/.dep/composer.phar';
1919
}
2020

21-
warning("Composer binary didn't found. Installing latest composer to \"{{deploy_path}}/.dep/composer.phar\".");
21+
warning("Composer binary wasn't found. Installing latest composer to \"{{deploy_path}}/.dep/composer.phar\".");
2222
run("cd {{deploy_path}} && curl -sS https://getcomposer.org/installer | {{bin/php}}");
2323
run('mv {{deploy_path}}/composer.phar {{deploy_path}}/.dep/composer.phar');
2424
return '{{bin/php}} {{deploy_path}}/.dep/composer.phar';

0 commit comments

Comments
 (0)