Skip to content

Commit

Permalink
relese.sh: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Dec 9, 2018
1 parent cb50fb7 commit c14029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BUMP="$1"

[ "$BUMP" != "major" -a \
"$BUMP" != "minor" -a \
"$BUMP" != "patch" -a ] && echo "Invalid BUMP" && exit 1
"$BUMP" != "patch" ] && echo "Invalid BUMP" && exit 1

function errorCheck {
ERROR_CODE="$?"
Expand Down

0 comments on commit c14029c

Please sign in to comment.