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