aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-11-10 17:02:51 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-11-10 17:02:51 +0530
commit8702f2ea009d0234aa09023c246a4e13a9ccd9ce (patch)
treeca9567d35d4a48eedc72fa5d0c069212b8d16e6c
parent23b7c2ce576d10ac51de45336d40c554f43f7876 (diff)
fix typo
Change-Id: Ie2b235c26a2727db069fb692326cdeb68d810f21 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xnode/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/build b/node/build
index ac9a7e9..baf258f 100755
--- a/node/build
+++ b/node/build
@@ -74,7 +74,7 @@ if [ -n "$BUILD_CONFIG_REPO" ]; then
git clone "$BUILD_CONFIG_REPO"
cd *
git checkout "$BUILD_CONFIG_BRANCH"
- if [ -n "$GERRIT_PROJECT" ] && [ $GERRIT_PROJECT == "android-build-configs" && [ $GERRIT_EVENT_TYPE == "comment-added" ]; then
+ if [ -n "$GERRIT_PROJECT" ] && [ $GERRIT_PROJECT == "android-build-configs" ] && [ $GERRIT_EVENT_TYPE == "comment-added" ]; then
if git pull http://${GERRIT_HOST}/${GERRIT_PROJECT} ${GERRIT_REFSPEC} | grep -q "Automatic merge failed"; then
git reset --hard
echo "Error: *** Error patch merge failed"