diff options
Diffstat (limited to 'Command/Sync.hs')
-rw-r--r-- | Command/Sync.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs index c003aa41d..4d8cdf2d1 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -441,7 +441,7 @@ seekSyncContent o rs = do Just WantAllKeys -> Just <$> genBloomFilter (seekworktree mvar []) _ -> seekworktree mvar [] (const noop) >> pure Nothing withKeyOptions' (keyOptions o) False - (seekkeys mvar bloom) + (return (seekkeys mvar bloom)) (const noop) [] finishCommandActions |