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