Pass the right var to git_push_ref

This commit is contained in:
Matt Keeler 2018-06-18 12:34:30 -04:00
parent c59afc119a
commit 1031a2bbf8
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function main {
confirm_git_push_changes "${sdir}" || return 1
status_stage "==> Pushing to Git"
git_push_ref "$1" || return 1
git_push_ref "${sdir}" || return 1
fi
return 0