From fd266f9bfe67fa335789abd7b7510ce560192563 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:00:29 +0100 Subject: [PATCH] Fix missing variable on upgrade --- scripts/upgrade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 86d0b8a..8778e89 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -20,6 +20,9 @@ key=$(ynh_string_random --length=50) # Remove trailing "/" from the path path_no_slash=${path%/} +Github=$github +GitLab=gitlab + #================================================= # CHECK VERSION #=================================================