You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2016/02/18 00:12:07 UTC

[3/3] usergrid git commit: Preparing for release.

Preparing for release.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/8fe03a94
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/8fe03a94
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/8fe03a94

Branch: refs/heads/release
Commit: 8fe03a949d39bd6bac626694cf2d091aa56c224b
Parents: 74f8fcf
Author: Dave Johnson <sn...@apache.org>
Authored: Wed Feb 17 18:12:00 2016 -0500
Committer: Dave Johnson <sn...@apache.org>
Committed: Wed Feb 17 18:12:00 2016 -0500

----------------------------------------------------------------------
 release/release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/8fe03a94/release/release.sh
----------------------------------------------------------------------
diff --git a/release/release.sh b/release/release.sh
index 9ecf4d7..2c7b51b 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -101,7 +101,7 @@ base_dir=$(git rev-parse --show-toplevel)
 if [[ -n "`git status --porcelain`" ]]; then
   echo "ERROR: Please run from a clean $RELEASE_BRANCH"
   exit 1
-elif [[ "`git rev-parse --abbrev-ref HEAD`" == $RELEASE_BRANCH ]]; then
+elif [[ "`git rev-parse --abbrev-ref HEAD`" != $RELEASE_BRANCH ]]; then
   echo "ERROR: This script must be run from the ${RELEASE_BRANCH} branch."
   exit 1
 fi