From 8c02a0f339de4900d8860a0885261a05effb6582 Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 27 Jul 2023 16:53:19 +0200 Subject: [PATCH] fix spacing typo --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 09786c0..8390da9 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,7 +24,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=6 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep ="app/config/parameters.yml" + ynh_setup_source --dest_dir="$install_dir" --keep="app/config/parameters.yml" # Clear cache ynh_secure_remove --file="$install_dir/var/cache"