Update scripts/config: make sure to use keyword args for all args

This commit is contained in:
Alexandre Aubin 2023-12-31 22:49:46 +01:00 committed by GitHub
parent db8ad8dc49
commit 87b615fd55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ set__prices() {
#--------------------------------------------- #---------------------------------------------
# IMPORTANT: to be able to upgrade properly, you have to save the value in settings too # IMPORTANT: to be able to upgrade properly, you have to save the value in settings too
#--------------------------------------------- #---------------------------------------------
ynh_app_setting_set --app=$app prices $prices ynh_app_setting_set --app=$app --key=prices --value="$prices"
} }
#================================================= #=================================================