summaryrefslogtreecommitdiff
path: root/rpull.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpull.c')
-rw-r--r--rpull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpull.c b/rpull.c
index d4d4b9b..75f8f94 100644
--- a/rpull.c
+++ b/rpull.c
@@ -43,7 +43,7 @@ int main(int argc, char **argv)
commit_id = argv[arg];
url = argv[arg + 1];
- if (setup_connection(&fd_in, &fd_out, "rpush", url, arg, argv + 1))
+ if (setup_connection(&fd_in, &fd_out, "git-rpush", url, arg, argv + 1))
return 1;
if (pull(commit_id))