diff --git a/src/commands/deploy-via-git.yml b/src/commands/deploy-via-git.yml index d4aec4d..255094b 100755 --- a/src/commands/deploy-via-git.yml +++ b/src/commands/deploy-via-git.yml @@ -52,7 +52,7 @@ steps: force="-f" fi - heroku_url = "https://heroku:$<< parameters.api-key >>@git.heroku.com/<< parameters.app-name >>.git" + heroku_url="https://heroku:$<< parameters.api-key >>@git.heroku.com/<< parameters.app-name >>.git" if [ -z "<< parameters.branch >>" ]; then git push $force $heroku_url << parameters.branch >>:master