diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index e9cb8b99f33..928d60563b4 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -149,7 +149,7 @@ do ;; O) GO_OUT=$(guess_built_binary_path) - if [ $GO_OUT == "" ]; then + if [ "$GO_OUT" == "" ]; then echo "Could not guess the correct output directory to use." exit 1 fi