Skip to content

Commit

Permalink
Fix: Fix release script
Browse files Browse the repository at this point in the history
Fix typo `if` -> `elif`
  • Loading branch information
tonyjin authored Jul 26, 2017
1 parent afc51d3 commit 499c06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ push_new_release() {
echo "Starting patch release - skipping reset to master"
echo "IMPORTANT - your branch should be in the state you want for the patch"
echo "----------------------------------------------------------------------"
if $minor_release; then
elif $minor_release; then
echo "----------------------------------------------------------------------"
echo "Starting minor release - reset to upstream master"
echo "----------------------------------------------------------------------"
Expand Down

0 comments on commit 499c06b

Please sign in to comment.