fix oops
This commit is contained in:
parent
1a8f984634
commit
4a387eda54
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ listImportableContentsM u borgrepo c = prompt $ do
|
|||
Nothing -> Right <$>
|
||||
let archive = borgArchive borgrepo archivename
|
||||
in withborglist archive subdir formatfilelist $
|
||||
liftIO . evaluate . force $ parsefilelist archivename
|
||||
liftIO . evaluate . force . parsefilelist archivename
|
||||
if all isLeft ls && M.null (M.difference imported (M.fromList (lefts ls)))
|
||||
then return Nothing -- unchanged since last time, avoid work
|
||||
else Just . mkimportablecontents <$> mapM (either snd pure) ls
|
||||
|
|
Loading…
Add table
Reference in a new issue