diff --git a/cmd/kpod/images.go b/cmd/kpod/images.go index 7dfbb9ed..2c46c1c6 100644 --- a/cmd/kpod/images.go +++ b/cmd/kpod/images.go @@ -183,7 +183,7 @@ func outputHeader(truncate, digests bool) { } if digests { - fmt.Printf("%-64s ", "DIGEST") + fmt.Printf("%-71s ", "DIGEST") } fmt.Printf("%-22s %s\n", "CREATED AT", "SIZE")