From a616b51ef3b51965e701b022bda7270cfe75da2e Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 3 Nov 2017 10:22:59 -0600 Subject: [PATCH] Test --- git-post-receive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-post-receive b/git-post-receive index 41c0201..7bd0fb8 100644 --- a/git-post-receive +++ b/git-post-receive @@ -10,10 +10,10 @@ fi echo "Build Angular = $BUILD_ANGULAR" echo "Branch Name = $BRANCH" -if [ "$BRANCH" = test]; then +if [ "$BRANCH" = test ]; then cd /home/ofbbutte/webapps/ofb_angular/ fi -if [ "$BRANCH" = master]; then +if [ "$BRANCH" = master ]; then cd /home/ofbbutte/webapps/ofb_angular_test/ fi exit 1