quote args
This commit is contained in:
parent
ceb983279d
commit
c127e14d46
@ -13,5 +13,6 @@ function got-push {
|
|||||||
done
|
done
|
||||||
local r
|
local r
|
||||||
read r < "$p/.got/repository"
|
read r < "$p/.got/repository"
|
||||||
(cd "$r" && git push $*)
|
(cd "$r" && git push "$@")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user