From 543d8313129a012794aa646fe5db18aafd28b726 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 25 Nov 2024 12:58:58 -0700 Subject: [PATCH] Fixed typo --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 8f3403798..d59288f7e 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2103,7 +2103,7 @@ __git_clone_and_checkout() { fi if [ "$(echo "$GIT_REV" | grep -E '^(3006|3007)$')" != "" ]; then - GIT_REV_ADJ="$1.x" # branches are 3006.x or 3007.x + GIT_REV_ADJ="$GIT_REV.x" # branches are 3006.x or 3007.x else GIT_REV_ADJ="$GIT_REV" fi