From 1a7a7087f203a5feeae2bd1942810a24fa28ef09 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Wed, 29 Mar 2023 15:52:05 -0700 Subject: [PATCH] Fix REV variable to be ONEDIR_REV to match ITYPE --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index e668c45..8b5bf19 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -616,7 +616,7 @@ if [ "$ITYPE" = "git" ]; then # If doing stable install, check if version specified elif [ "$ITYPE" = "stable" ]; then if [ "$#" -eq 0 ];then - STABLE_REV="latest" + ONEDIR_REV="latest" ITYPE="onedir" else if [ "$(echo "$1" | grep -E '^(nightly|latest|3006)$')" != "" ]; then