diff --git a/compat/mingw.c b/compat/mingw.c index c0b59e1135b54c..b81057a3997ccb 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -247,7 +247,7 @@ int debug_1481; int mingw_core_config(const char *var, const char *value, void *cb) { - if (!strcmp(var, "debug.issue1481")) { + if (!strcmp(var, "core.debug1481")) { debug_1481 = git_config_bool(var, value); return 0; }