summaryrefslogtreecommitdiffstats
path: root/bin/lint-query
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-07-26 11:26:02 +0200
committerMichal Čihař <michal@cihar.com>2016-07-26 11:26:02 +0200
commit7245a1eb1ffad9de5849cc88f6602c23c9dcc932 (patch)
treed46d5af9ec885ee370bd8ff873ef7eb01cf13497 /bin/lint-query
parent1ec169a2a76110bbd0734da23a43c4d23c1eecfb (diff)
downloadsql-parser-7245a1eb1ffad9de5849cc88f6602c23c9dcc932.zip
sql-parser-7245a1eb1ffad9de5849cc88f6602c23c9dcc932.tar.gz
sql-parser-7245a1eb1ffad9de5849cc88f6602c23c9dcc932.tar.bz2
Use https for composer
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'bin/lint-query')
-rwxr-xr-xbin/lint-query2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lint-query b/bin/lint-query
index 46813cb..060454e 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 http://getcomposer.org/installer | php" . PHP_EOL .
+ "curl -s https://getcomposer.org/installer | php" . PHP_EOL .
"php composer.phar install" . PHP_EOL
);
}