Merge branch 'master' into fix-SC2086

This commit is contained in:
OniriCorpe 2023-12-31 22:51:37 +01:00 committed by GitHub
commit 2dc14b8b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,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" prices "$prices" ynh_app_setting_set --app="$app" --key=prices --value="$prices"
} }
#================================================= #=================================================