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 0e0d37acf..5561f9160 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -235,7 +235,7 @@ verifyLocationLogRemote key desc remote present = verifyLocationLog' :: Key -> String -> Bool -> UUID -> (LogStatus -> Annex ()) -> Annex Bool verifyLocationLog' key desc present u updatestatus = do - uuids <- Remote.keyLocations key + uuids <- loggedLocations key case (present, u `elem` uuids) of (True, False) -> do fix InfoPresent |