From 2bdce1ec5316080bdc10779e197fe1f97d9ff430 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 7 May 2022 23:37:15 +0200 Subject: [PATCH] missed one SC2086 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 416f015..503e60f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -16,7 +16,7 @@ ynh_script_progression --message="Loading installation settings..." app=$YNH_APP_INSTANCE_NAME -final_path=$(ynh_app_setting_get --app=$app --key=final_path) +final_path=$(ynh_app_setting_get --app="$app" --key=final_path) #================================================= # CHECK VERSION