From 51d864512f555257be937ba102e677f58f4fa061 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sat, 3 Jun 2023 16:54:12 +1000 Subject: [PATCH] add local to extraparams if set --- parse-list.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/parse-list.sh b/parse-list.sh index f1b7ef6..82b4849 100755 --- a/parse-list.sh +++ b/parse-list.sh @@ -72,6 +72,7 @@ for param in $3 $4 $5 $6; do local ) GITEAHOST=${local_GITEAHOST} ACCESSTOKEN=${local_GITEAACCESSTOKEN} + EXTRAPARAMS=$EXTRAPARAMS" "$param ;; * ) EXTRAPARAMS=$EXTRAPARAMS" "$param ;;