From 3080c827d8798d21f71ca0ebdf68bb006735eb0e Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 28 Jul 2015 18:38:59 -0500 Subject: [PATCH] scripts: change website_push to push from HEAD so it works properly on release branches --- scripts/website_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/website_push.sh b/scripts/website_push.sh index 03017e87a..bccb00e0e 100755 --- a/scripts/website_push.sh +++ b/scripts/website_push.sh @@ -9,4 +9,4 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )" cd $DIR # Push the subtree (force) -git push heroku `git subtree split --prefix website master`:master --force +git push heroku `git subtree split --prefix website HEAD`:master --force