From 2408f5c6084aa04a09b36edcd264ce6bc7177c93 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 9 Sep 2016 15:06:54 -0400 Subject: addurl, get: Added --json-progress option, which adds progress objects to the json output. This doesn't work right when used with -J yet, and there is some really ugly hand-crafting of part of the json output. --- Messages.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Messages.hs') diff --git a/Messages.hs b/Messages.hs index 83f444a99..38b8ad890 100644 --- a/Messages.hs +++ b/Messages.hs @@ -213,7 +213,7 @@ commandProgressDisabled :: Annex Bool commandProgressDisabled = withMessageState $ \s -> return $ case outputType s of QuietOutput -> True - JSONOutput -> True + JSONOutput _ -> True NormalOutput -> concurrentOutputEnabled s {- Use to show a message that is displayed implicitly, and so might be -- cgit v1.2.3