mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Fix desc spelling
This commit is contained in:
parent
09328c3ecf
commit
1b71c9cd81
@ -36,7 +36,7 @@
|
||||
### deploy:vendors
|
||||
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/vendors.php#L27)
|
||||
|
||||
Installing vendors.
|
||||
Install vendors.
|
||||
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@ set('bin/composer', function () {
|
||||
return '{{bin/php}} {{deploy_path}}/.dep/composer.phar';
|
||||
});
|
||||
|
||||
desc('Installing vendors');
|
||||
desc('Install vendors');
|
||||
task('deploy:vendors', function () {
|
||||
if (!commandExist('unzip')) {
|
||||
warning('To speed up composer installation setup "unzip" command with PHP zip extension.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user