Fix desc spelling

This commit is contained in:
Anton Medvedev 2021-10-11 22:10:24 +02:00
parent 09328c3ecf
commit 1b71c9cd81
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
### deploy:vendors
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/vendors.php#L27)
Installing vendors.
Install vendors.

View File

@ -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.');