Skip to content

Commit

Permalink
show cluster required error if no args
Browse files Browse the repository at this point in the history
  • Loading branch information
kzap committed Apr 30, 2016
1 parent 01ee47c commit 0abfdb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/deploy-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,11 @@ while test $# -ne 0; do
else
require_cluster
run_deploy_cluster $@;
exit;
fi
;;
esac
done

require_cluster

0 comments on commit 0abfdb3

Please sign in to comment.