Suggested command is invalid

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2019-11-22 09:24:33 +01:00
parent e6ec77047b
commit 657bdef6ff
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 2 additions and 2 deletions

View File

@ -1230,7 +1230,7 @@ def image_digests_for_project(project, allow_push=False):
if e.needs_push:
command_hint = (
"Use `docker-compose push {}` to push them. "
"Use `docker push {}` to push them. "
.format(" ".join(sorted(e.needs_push)))
)
paras += [
@ -1241,7 +1241,7 @@ def image_digests_for_project(project, allow_push=False):
if e.needs_pull:
command_hint = (
"Use `docker-compose pull {}` to pull them. "
"Use `docker pull {}` to pull them. "
.format(" ".join(sorted(e.needs_pull)))
)