From fabff7dea7be9e5c76e7a911d34208f0f15a3540 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Thu, 2 Apr 2015 15:45:43 -0400 Subject: [PATCH] Changed deply hook to push on master, from stable --- deploy-hooks.git/post-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-hooks.git/post-update b/deploy-hooks.git/post-update index 8db3024..f8e2004 100755 --- a/deploy-hooks.git/post-update +++ b/deploy-hooks.git/post-update @@ -18,10 +18,10 @@ esac echo "Updating local checkout..." if [ ! -d $CHECKOUT_DIR ]; then git clone $REPO_DIR/$SELF $CHECKOUT_DIR - git checkout stable + git checkout master else cd $CHECKOUT_DIR - git pull origin stable + git pull origin master fi echo "Syncing hooks..." -- 2.25.1