Skip to content

Commit

Permalink
Fix release-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keren Jin committed Aug 26, 2015
1 parent 083d78e commit db8dfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-version
Expand Up @@ -29,7 +29,7 @@ then
fi

INCONSISTENT=`git diff --quiet $remote/$branch >/dev/null 2>&1 ; echo $?`
if [ $INCONSISTENT -eq 0 ]
if [ $INCONSISTENT -ne 0 ]
then
echo "$remote/$branch and current branch are inconsistent."
echo "Use git diff $remote/$branch to see changes."
Expand Down

0 comments on commit db8dfab

Please sign in to comment.