Skip to content

Commit

Permalink
Merge pull request #582 from zegl/fix-exit-code
Browse files Browse the repository at this point in the history
release: use correct exit code
  • Loading branch information
k8s-ci-robot authored Jun 3, 2019
2 parents ab59991 + 496e934 commit 3e5f299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -o pipefail

if [ "$#" -ne 2 ]; then
echo "Usage: create.sh release-version next-prerelease-version"
exit -1
exit 1
fi

REPO_ROOT=$(git rev-parse --show-toplevel)
Expand Down

0 comments on commit 3e5f299

Please sign in to comment.