aboutsummaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-22 11:58:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-22 11:58:59 -0400
commit43b6da515e5becf0f7beea81af571794637bebd7 (patch)
tree3428ef0a31b503aef30d182fd63e2cfaef619580 /Command
parentae0059cac6a403cbeae66483a363fe64025beb69 (diff)
refactor
Diffstat (limited to 'Command')
-rw-r--r--Command/AddUrl.hs2
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