summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r--Command/Fsck.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 3feabeb9e..89485b778 100644
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -109,8 +109,7 @@ verifyLocationLog key desc = do
where
fix u s = do
showNote "fixing location log"
- g <- gitRepo
- logChange g key u s
+ logChange key u s
{- The size of the data for a key is checked against the size encoded in
- the key's metadata, if available. -}