mirror of https://github.com/docker/compose.git
pull: Honor --quiet in parallel mode.
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
This commit is contained in:
parent
4e0fdd70bd
commit
c7b76b1d12
|
@ -551,7 +551,7 @@ class Project(object):
|
|||
services,
|
||||
pull_service,
|
||||
operator.attrgetter('name'),
|
||||
'Pulling',
|
||||
not silent and 'Pulling' or None,
|
||||
limit=5,
|
||||
)
|
||||
if len(errors):
|
||||
|
|
Loading…
Reference in New Issue