We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 670c0bf + 5689a93 commit 1a016b6Copy full SHA for 1a016b6
bootstrap-salt.ps1
@@ -108,7 +108,7 @@ if ($help) {
108
exit 0
109
}
110
111
-$__ScriptVersion = "2024.11.27"
+$__ScriptVersion = "2024.11.29"
112
$ScriptName = $myInvocation.MyCommand.Name
113
114
# We'll check for the Version next, because it also has no requirements
bootstrap-salt.sh
@@ -26,7 +26,7 @@
26
#======================================================================================================================
27
set -o nounset # Treat unset variables as an error
28
29
-__ScriptVersion="2024.11.27"
+__ScriptVersion="2024.11.29"
30
__ScriptName="bootstrap-salt.sh"
31
32
__ScriptFullName="$0"
0 commit comments