From 6eb85403ae05411e53d50af27f1dd3b13064a5d5 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 30 Jun 2018 14:57:20 +0530 Subject: [PATCH] composer fix --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 114c6cf..b3a5639 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -91,7 +91,7 @@ init_composer() { # install composer curl -sS https://getcomposer.org/installer \ | COMPOSER_HOME="${DESTDIR}/.composer" \ - sudo /usr/bin/php7.1 --install-dir="$DESTDIR" \ + sudo /usr/bin/php7.1 -- --install-dir="$DESTDIR" \ || ynh_die "Unable to install Composer" # update dependencies to create composer.lock