diff --git a/Command/Drop.hs b/Command/Drop.hs index 785b491ad5..cff5b7df27 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -52,7 +52,7 @@ parseDropFromOption = parseRemoteOption <$> strOption ) seek :: DropOptions -> CommandSeek -seek o = startConcurrency transferStages $ +seek o = startConcurrency commandStages $ case batchOption o of Batch fmt -> batchFilesMatching fmt (go . toRawFilePath) NoBatch -> withKeyOptions (keyOptions o) (autoMode o)