From 1f3285efcab10b696e5c5d2e2cd1038c55cbed7f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 10 Dec 2020 21:03:53 +0100 Subject: [PATCH] fix linter warnings --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7bb130c..54392f4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -68,7 +68,7 @@ ynh_install_composer () { curl -sS https://getcomposer.org/installer \ | COMPOSER_HOME="$workdir/.composer" \ php${phpversion} -- --quiet --install-dir="$workdir" --version=$composerversion \ - || ynh_die "Unable to install Composer." + || ynh_die "Unable to install Composer." 2>&1 # update dependencies to create composer.lock ynh_composer_exec --phpversion="${phpversion}" --workdir="$workdir" --commands="install --no-dev $install_args" \