From fa552d7773e8c9df2a388e02ce72f36e8c6f274a Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Mon, 11 Mar 2019 17:23:30 -0400 Subject: [PATCH] fix help msg for set image cmd --- pkg/commands/edit/set/setimage.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/commands/edit/set/setimage.go b/pkg/commands/edit/set/setimage.go index e861504f5..347166fa9 100644 --- a/pkg/commands/edit/set/setimage.go +++ b/pkg/commands/edit/set/setimage.go @@ -60,7 +60,7 @@ The command set image postgres=eu.gcr.io/my-project/postgres:latest my-app=my-registry/my-app@sha256:24a0c4b4a4c0eb97a1aabb8e29f18e917d05abfe1b7a7c07857230879ce7d3d3 will add -image: +images: - name: postgres newName: eu.gcr.io/my-project/postgres newTag: latest @@ -75,7 +75,7 @@ The command set image node:8.15.0 mysql=mariadb alpine@sha256:24a0c4b4a4c0eb97a1aabb8e29f18e917d05abfe1b7a7c07857230879ce7d3d3 will add -image: +images: - name: node newTag: 8.15.0 - name: mysql