From c5b09d0a3574903c4044a137d5f2dc99c858e5a0 Mon Sep 17 00:00:00 2001 From: umohnani8 Date: Mon, 27 Nov 2017 14:45:50 -0500 Subject: Fix output of kpod images Update the output of kpod images to match that of docker images Signed-off-by: umohnani8 --- cmd/kpod/history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/kpod/history.go') diff --git a/cmd/kpod/history.go b/cmd/kpod/history.go index c21c1e338..eba5b8b35 100644 --- a/cmd/kpod/history.go +++ b/cmd/kpod/history.go @@ -16,7 +16,7 @@ import ( const ( createdByTruncLength = 45 - idTruncLength = 13 + idTruncLength = 12 ) // historyTemplateParams stores info about each layer -- cgit v1.2.3-54-g00ecf