1
0
Fork 0
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:
lapineige 2022-12-18 22:12:05 +01:00 committed by GitHub
parent c874daa112
commit bd4f58a962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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