Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Fix lack of exit when not all required arg are available to release.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 4, 2019
1 parent 90cf38a commit b443624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ verify_args() {

if [ $# -le 3 ]; then
echo "GH username, GH personal access token, version, commit arguments required"
exit 1
fi

set -eu
Expand Down

0 comments on commit b443624

Please sign in to comment.