Merge branch 'ab/submodule-relative-url-tests'
[gitweb.git] / builtin / fsck.c
index c96f3f4fccea0bbd78e4fe1b09e5d8c51e302bb0..250f5af1182ddc66ac0a729c1d39e94d8b19a878 100644 (file)
@@ -694,7 +694,7 @@ int cmd_fsck(int argc, const char **argv, const char *prefix)
        fetch_if_missing = 0;
 
        errors_found = 0;
-       check_replace_refs = 0;
+       read_replace_refs = 0;
 
        argc = parse_options(argc, argv, prefix, fsck_opts, fsck_usage, 0);