diff options
Diffstat (limited to 'builtin/verify-pack.c')
| -rw-r--r-- | builtin/verify-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/verify-pack.c b/builtin/verify-pack.c index 34e4ed715f..d9f66f5e76 100644 --- a/builtin/verify-pack.c +++ b/builtin/verify-pack.c @@ -81,7 +81,7 @@ int cmd_verify_pack(int argc, OPT_END() }; - git_config(git_default_config, NULL); + repo_config(the_repository, git_default_config, NULL); argc = parse_options(argc, argv, prefix, verify_pack_options, verify_pack_usage, 0); if (argc < 1) |
