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