diff --git a/extensions/got.ksh b/extensions/got.ksh index 23fb92f..d418130 100755 --- a/extensions/got.ksh +++ b/extensions/got.ksh @@ -13,5 +13,6 @@ function got-push { done local r read r < "$p/.got/repository" - (cd "$r" && git push $*) + (cd "$r" && git push "$@") } +