summaryrefslogtreecommitdiff
path: root/CmdLine/Action.hs
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine/Action.hs')
-rw-r--r--CmdLine/Action.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine/Action.hs b/CmdLine/Action.hs
index 15064fe42..eeb41394a 100644
--- a/CmdLine/Action.hs
+++ b/CmdLine/Action.hs
@@ -47,7 +47,7 @@ performCommandAction Command { cmdcheck = c, cmdname = name } seek cont = do
commandAction :: CommandStart -> Annex ()
commandAction a = withOutputType go
where
- go (ParallelOutput n) = do
+ go (ConcurrentOutput n) = do
ws <- Annex.getState Annex.workers
(st, ws') <- if null ws
then do