diff --git a/Command/Mirror.hs b/Command/Mirror.hs index 4bdeccc774..ed223e7de4 100644 --- a/Command/Mirror.hs +++ b/Command/Mirror.hs @@ -54,7 +54,7 @@ seek o = startConcurrency stages $ seeker = AnnexedFileSeeker { startAction = start o , checkContentPresent = Nothing - , usesLocationLog = False + , usesLocationLog = True } start :: MirrorOptions -> RawFilePath -> Key -> CommandStart