summaryrefslogtreecommitdiff
path: root/git-repair.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-repair.hs')
-rw-r--r--git-repair.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repair.hs b/git-repair.hs
index 7ca1854..18721a9 100644
--- a/git-repair.hs
+++ b/git-repair.hs
@@ -100,7 +100,7 @@ runTest settings damage = withTmpDir "tmprepo" $ \tmpdir -> do
case repairstatus of
Just True -> testResult repairstatus
. Just . not . Git.Fsck.foundBroken
- =<< Git.Fsck.findBroken False g
+ =<< Git.Fsck.findBroken False False g
_ -> testResult repairstatus Nothing
-- Pass test result and fsck result