diff options
Diffstat (limited to 'builtin/credential.c')
| -rw-r--r-- | builtin/credential.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/credential.c b/builtin/credential.c index 2e11b15dde..52f172e80c 100644 --- a/builtin/credential.c +++ b/builtin/credential.c @@ -16,7 +16,7 @@ int cmd_credential(int argc, const char *op; struct credential c = CREDENTIAL_INIT; - git_config(git_default_config, NULL); + repo_config(the_repository, git_default_config, NULL); show_usage_if_asked(argc, argv, usage_msg); if (argc != 2) |
