Fix variable name in deploy script

This commit is contained in:
Patrick Carlisle 2014-03-12 13:52:29 -07:00
parent 5ac20103be
commit c0a702de42

View file

@ -11,6 +11,6 @@ echo "Tests passed!"
lein release
echo "Release plugin successful, pushing changes to git"
git push origin --tags HEAD:$DEPLOY_BRANCH
git push origin --tags HEAD:$BRANCH
echo "git push successful."