mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
fix composer upgrade syntax
This commit is contained in:
parent
c874daa112
commit
bd4f58a962
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Updating composer..." --weight=1
|
||||
|
||||
ynh_exec_warn_less ynh_composer_exec --workdir="$final_path" --commands="self-update --2"
|
||||
ynh_exec_warn_less ynh_composer_exec --workdir="$final_path" --commands="self-update"
|
||||
|
||||
ynh_script_progression --message="Updating composer dependencies..." --weight=1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue