mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user