Pass the right var to git_push_ref
This commit is contained in:
parent
c59afc119a
commit
1031a2bbf8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue