diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-09 01:15:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-09 01:33:20 -0400 |
commit | 56b8194470f0ddc1b3e1c51da8ca55a5c9c2eb05 (patch) | |
tree | a03330e0fd21dc8f2f433fb3f5b568418037db8c /Command/Fsck.hs | |
parent | bf460a0a98d7e4c7f4eac525fcf300629db582b6 (diff) |
cleanup
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r-- | Command/Fsck.hs | 3 |
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. -} |