From 498fc07955b25e5cc61fbef3bd4682eb090f3b85 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 22 Sep 2021 13:41:39 +0200 Subject: [PATCH] Typo... --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index aa5ac43..e31a779 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -101,7 +101,7 @@ then ynh_script_progression --message="Upgrading source files..." # Download, check integrity, uncompress and patch the source from app.src - if git -C "$final_path" rev-parse --is-inside-work-tree` >/dev/null 2>/dev/null + if git -C "$final_path" rev-parse --is-inside-work-tree >/dev/null 2>/dev/null then pushd "$final_path" git fetch