diff options
Diffstat (limited to 'bin/lint-query')
-rwxr-xr-x | bin/lint-query | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lint-query b/bin/lint-query index 060454e..4d150cd 100755 --- a/bin/lint-query +++ b/bin/lint-query @@ -20,7 +20,7 @@ foreach ($files as $file) { if (!$found) { die( "You need to set up the project dependencies using the following commands:" . PHP_EOL . - "curl -s https://getcomposer.org/installer | php" . PHP_EOL . + "curl -sS https://getcomposer.org/installer | php" . PHP_EOL . "php composer.phar install" . PHP_EOL ); } |