pull: Honor --quiet in parallel mode.

Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
This commit is contained in:
Matthieu Nottale 2018-03-15 15:40:13 +01:00
parent 4e0fdd70bd
commit c7b76b1d12
1 changed files with 1 additions and 1 deletions

View File

@ -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):