Skip to content

Commit

Permalink
Fix: release script (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored and JustinHoldstock committed Apr 5, 2018
1 parent df798d1 commit 203e55d
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 @@ -253,7 +253,7 @@ if ! push_new_release; then
reset_to_previous_version || return 1

# Reset to upstream/master for major/minor releases
else if ! reset_to_master; then
elif ! reset_to_master; then
echo "----------------------------------------------------------------------"
echo "Error while cleaning workspace!"
echo "----------------------------------------------------------------------"
Expand Down

0 comments on commit 203e55d

Please sign in to comment.