From e0062c4f936297fd53734b7f166f511f91d432a2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Dec 2020 16:04:56 -0400 Subject: [PATCH] build fix --- Command/Sync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Sync.hs b/Command/Sync.hs index 59c5be2427..b9387df421 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -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