diff options
Diffstat (limited to 'examples/network/git2.c')
-rw-r--r-- | examples/network/git2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/git2.c b/examples/network/git2.c index 21c8ec9b0..9f0f43e2c 100644 --- a/examples/network/git2.c +++ b/examples/network/git2.c @@ -12,7 +12,7 @@ struct { } commands[] = { {"ls-remote", ls_remote}, {"fetch", fetch}, - {"clone", clone}, + {"clone", do_clone}, {"index-pack", index_pack}, { NULL, NULL} }; |