From 112ca28651e4e799ffe0d61933746f7f208dd140 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Apr 2015 15:15:01 -0400 Subject: use built-in progress meters for git when in parallel mode --- Messages.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Messages.hs') diff --git a/Messages.hs b/Messages.hs index 0e83a7243..d8be718cc 100644 --- a/Messages.hs +++ b/Messages.hs @@ -190,6 +190,6 @@ disableDebugOutput = updateGlobalLogger rootLoggerName $ setLevel NOTICE commandProgressDisabled :: Annex Bool commandProgressDisabled = withOutputType $ \t -> return $ case t of QuietOutput -> True - ProgressOutput -> True + ParallelOutput _ -> True JSONOutput -> True NormalOutput -> False -- cgit v1.2.3