We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dec8f commit da432e0Copy full SHA for da432e0
1 file changed
recipe/deploy/vendors.php
@@ -18,7 +18,7 @@
18
return '{{bin/php}} {{deploy_path}}/.dep/composer.phar';
19
}
20
21
- warning("Composer binary didn't found. Installing latest composer to \"{{deploy_path}}/.dep/composer.phar\".");
+ warning("Composer binary wasn't found. Installing latest composer to \"{{deploy_path}}/.dep/composer.phar\".");
22
run("cd {{deploy_path}} && curl -sS https://getcomposer.org/installer | {{bin/php}}");
23
run('mv {{deploy_path}}/composer.phar {{deploy_path}}/.dep/composer.phar');
24
0 commit comments