diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-06 15:26:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-06 15:26:12 -0400 |
commit | d2ab9f9c90e8a73f99bfad452fd17cc2f77ad230 (patch) | |
tree | 548f8207fbb236c24469b127550d0d343010fd90 /stack.yaml | |
parent | b29a7d5b2472bc8066e84b86d6f66f79a35b2099 (diff) |
enable ConcurrentOutput flag for stack
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 97780d6c7..5fe475ec2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,6 +1,6 @@ flags: git-annex: - asciiprogress: false + concurrentoutput: true tahoe: true tdfa: true inotify: true |