From 8ea4d0b0883af8f0d17bd5a5e990f926e76e5959 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 11 Aug 2022 20:32:44 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8dcda10..bcf0711 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -32,8 +32,7 @@ fi #================================================= set_forge_variables() { - if [ $used_forge -eq "GitHub" ] - then + if [ $used_forge = "GitHub" ] ; then github_username="\"$forge_username\"" github_token="\"$forge_token\"" gitlab_username="None"