Code

git svn info: tests: do not use set -e
[git.git] / builtin-fetch-pack.c
index 17a5a422c27e898fb68e3d55a9a5d7e714a40ff6..459c6f0da35ac0a4d6cc0a914f6aa905f8a94d42 100644 (file)
@@ -609,7 +609,7 @@ static struct ref *do_fetch_pack(int fd[2],
                        fprintf(stderr, "warning: no common commits\n");
 
        if (get_pack(fd, pack_lockfile))
-               die("git-fetch-pack: fetch failed.");
+               die("git fetch-pack: fetch failed.");
 
  all_done:
        return ref;