Changed deply hook to push on master
authorLisa Marie Maginnis <lisam@fsf.org>
Thu, 2 Apr 2015 19:43:38 +0000 (15:43 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Thu, 2 Apr 2015 19:43:38 +0000 (15:43 -0400)
deploy-hooks.git/post-update

index 58062da8ca297fb200b97fcbfc0a9a52f50d28e2..8db3024234e7ae21a10f530c6ba70f73e6ffb019 100755 (executable)
@@ -6,7 +6,7 @@ REPO_DIR=$HOME/repositories
 CHECKOUT_DIR=$HOME/local/checkouts/deploy-hooks
 
 case $1 in
-    refs/heads/stable)
+    refs/heads/master)
        echo "Updating hooks on vcs.fsf.org..."
        ;;
     *)