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:
parent
5f967aa1c2
commit
1c14538608
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue