Code

Fixed t0000-basic.sh and test-lib.sh permissions
[git.git] / rpush.c
diff --git a/rpush.c b/rpush.c
index 0293a1a46311d7e20b13177143741ab9d6d0d201..26518846704ecf63ad00390599b251aa1b32713e 100644 (file)
--- a/rpush.c
+++ b/rpush.c
@@ -61,7 +61,7 @@ int main(int argc, char **argv)
         }
        commit_id = argv[arg];
        url = argv[arg + 1];
-       if (setup_connection(&fd_in, &fd_out, "rpull", url, arg, argv + 1))
+       if (setup_connection(&fd_in, &fd_out, "git-rpull", url, arg, argv + 1))
                return 1;
 
        service(fd_in, fd_out);