From b6f7490e5a2d3a9f5f1d7c6a7d3d11f2e9dad36a Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Tue, 19 Jul 2022 10:06:20 -0700 Subject: [PATCH] fixing typo. --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 34a00dd..125e244 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -268,7 +268,7 @@ _CUSTOM_MASTER_CONFIG="null" _CUSTOM_MINION_CONFIG="null" _QUIET_GIT_INSTALLATION=$BS_FALSE _REPO_URL="repo.saltproject.io" -_TIAMT_DIR="salt_rc" +_TIAMAT_DIR="salt_rc" _PY_EXE="python3" _INSTALL_PY="$BS_FALSE" _TORNADO_MAX_PY3_VERSION="5.0"