From c6dc7d3e22220ae96174e566a15b30e4b608bf22 Mon Sep 17 00:00:00 2001 From: Ryan Cole Date: Fri, 4 Aug 2017 11:50:38 -0400 Subject: [PATCH] Fix bug resulting in `kpod images --quiet` only printing one image Signed-off-by: Ryan Cole --- cmd/kpod/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kpod/images.go b/cmd/kpod/images.go index f395dba9..1c073748 100644 --- a/cmd/kpod/images.go +++ b/cmd/kpod/images.go @@ -151,7 +151,7 @@ func outputImages(store storage.Store, images []storage.Image, format string, ha if quiet { fmt.Printf("%-64s\n", img.ID) // We only want to print each id once - break + continue } params := imageOutputParams{