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