X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=remote%2Fgit-push;h=164dccf8d084110bbc40b3e75517ed1daa933613;hp=9bd078294f012e3dfd5192d8ce71b43510a01332;hb=8e632f43794c0db9d02a4e3df0ca2eaaac09def2;hpb=3ad6118386977e346d81042e924e5db9c5f15b7d diff --git a/remote/git-push b/remote/git-push index 9bd0782..164dccf 100755 --- a/remote/git-push +++ b/remote/git-push @@ -2,5 +2,4 @@ tool=$(readlink -e "${0%/*}/..") . "$tool"/remote/lib.sh -remote=${1:-$vm_fqdn}; shift -GIT_SSH="$tool"/remote/ssh git push -v "$remote" "$@" +GIT_SSH="$tool"/remote/ssh git push -v "$@"