Skip to content

Commit

Permalink
fix run-clusters.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud User committed Nov 2, 2023
1 parent ef7e13f commit 75751e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-clusters.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [ -v $CLUSTER_LIST ]; then
if [ -v "$CLUSTER_LIST" ]; then

echo Environment variable CLUSTER_LIST is undefined or empty.
echo
Expand Down

0 comments on commit 75751e3

Please sign in to comment.