1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

removing not needed parameter

This commit is contained in:
yalh76 2020-04-21 12:39:49 +02:00
parent 5f967aa1c2
commit 1c14538608

View file

@ -185,7 +185,7 @@ then
ynh_install_composer --phpversion="7.3" --workdir="$final_path"
ynh_composer_exec --phpversion="7.3" --workdir=$final_path --commands="config discard-changes true"
ynh_composer_exec --phpversion="7.3" --workdir=$final_path --commands="update --prefer-source --no-interaction --no-dev"
ynh_composer_exec --phpversion="7.3" --workdir=$final_path --commands="update --prefer-source --no-dev"
fi
#=================================================