diff --git a/bin/deploy-cluster b/bin/deploy-cluster index 9b42cc0..583d953 100755 --- a/bin/deploy-cluster +++ b/bin/deploy-cluster @@ -202,8 +202,11 @@ while test $# -ne 0; do else require_cluster run_deploy_cluster $@; + exit; fi ;; esac done +require_cluster +