build fix

This commit is contained in:
Joey Hess 2020-12-18 16:04:56 -04:00
parent e998320318
commit e0062c4f93
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -212,7 +212,7 @@ seek' o = do
<$> filterM (not <$$> liftIO . getDynamicConfig . remoteAnnexIgnore . Remote.gitconfig) remotes
let (exportremotes, nonexportremotes) = partition (exportTree . Remote.config) dataremotes
let importremotes = filter (importTree . Remote.config) dataremotes
let keyvalueremotes = partition (not . importTree . Remote.config) nonexportremotes
let keyvalueremotes = filter (not . importTree . Remote.config) nonexportremotes
if cleanupOption o
then do