1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

fix linter warnings

This commit is contained in:
ericgaspar 2020-12-10 21:03:53 +01:00
parent 00c1e09f1b
commit 1f3285efca
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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" \