diff options
Diffstat (limited to 'Command/AddUrl.hs')
-rw-r--r-- | Command/AddUrl.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index de83d8c9b..0af7344ed 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -94,7 +94,7 @@ seek :: AddUrlOptions -> CommandSeek seek o = allowConcurrentOutput $ do forM_ (addUrls o) go case batchOption o of - Batch -> batchSeek go + Batch -> batchInput go NoBatch -> noop where go u = do |