Skip to content

Commit

Permalink
Updated versions to non snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
derek63 committed Apr 7, 2015
1 parent f2dcda7 commit 59cd783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/release.sh
Expand Up @@ -26,7 +26,7 @@ fi

# check that local branch is equal to upstream master (assumes remote of origin)
MERGE_BASE=`git merge-base HEAD origin/master`
HEAD_HASH=`git rev-parse HEAD`
HEAD_HASH=`git rev-parse origin/master`

if [ $MERGE_BASE != $HEAD_HASH ]; then
echo "Local branch is not in sync with origin/master. Fix and run this script again."
Expand Down

0 comments on commit 59cd783

Please sign in to comment.