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:
parent
00c1e09f1b
commit
1f3285efca
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue