remove change that was accidentially committed

This commit is contained in:
Joey Hess 2024-10-15 13:30:52 -04:00
parent c6c794a27d
commit 9e8bbb3aac
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -252,9 +252,9 @@ finalizeStoreGeneric d tmp dest = do
retrieveKeyFileM :: RawFilePath -> ChunkConfig -> CopyCoWTried -> Retriever
retrieveKeyFileM d (LegacyChunks _) _ = Legacy.retrieve locations' d
--retrieveKeyFileM d NoChunks cow = fileRetriever' $ \dest k p iv -> do
-- src <- liftIO $ fromRawFilePath <$> getLocation d k
-- void $ liftIO $ fileCopier cow src (fromRawFilePath dest) p iv
retrieveKeyFileM d NoChunks cow = fileRetriever' $ \dest k p iv -> do
src <- liftIO $ fromRawFilePath <$> getLocation d k
void $ liftIO $ fileCopier cow src (fromRawFilePath dest) p iv
retrieveKeyFileM d _ _ = byteRetriever $ \k sink ->
sink =<< liftIO (L.readFile . fromRawFilePath =<< getLocation d k)