summaryrefslogtreecommitdiffstats
path: root/bin/highlight-query
diff options
context:
space:
mode:
Diffstat (limited to 'bin/highlight-query')
-rwxr-xr-xbin/highlight-query2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/highlight-query b/bin/highlight-query
index a71e6f4..af85870 100755
--- a/bin/highlight-query
+++ b/bin/highlight-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
);
}