summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 4f123e10..30a6af29 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -510,7 +510,7 @@ function setup_virtual_baremetal {
EOF
# next create the virtual machines and add their definitions to the file
- if [ ha_enabled == "False" ]; then
+ if [ "$ha_enabled" == "False" ]; then
# 1 controller + computes
# zero based so just pass compute count
vm_index=$VM_COMPUTES