Skip to content

Commit 3f039a0

Browse files
author
Ian Redpath
committed
fixed bug in merge-branch
1 parent 78b9a64 commit 3f039a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/bash/merge-branch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [ $? -ne 0 ]; then
3737
exit 1
3838
else:
3939
echo "INFO: local changes successfully pushed to openshift master"
40+
fi
4041

4142
# deploy master
4243
rhc deploy master -a WebDevelopment
@@ -61,4 +62,4 @@ git branch -u origin/master
6162
if [ $? -ne 0 ]; then
6263
echo "ERROR: unable to set local master branch to track from origin/master"
6364
exit 1
64-
fi
65+
fi

0 commit comments

Comments
 (0)