diff options
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r-- | Command/Fsck.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs index deb3a5c81..09f8b1136 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -206,7 +206,7 @@ fixLink key file = do return True {- Checks that the location log reflects the current status of the key, - in this repository only. -} + - in this repository only. -} verifyLocationLog :: Key -> String -> Annex Bool verifyLocationLog key desc = do present <- inAnnex key |