Merge pull request #670 from sak0/dev

kpod images --digests output align
This commit is contained in:
Mrunal Patel 2017-07-19 12:42:57 -07:00 committed by GitHub
commit 115fea46cf

View file

@ -183,7 +183,7 @@ func outputHeader(truncate, digests bool) {
} }
if digests { if digests {
fmt.Printf("%-64s ", "DIGEST") fmt.Printf("%-71s ", "DIGEST")
} }
fmt.Printf("%-22s %s\n", "CREATED AT", "SIZE") fmt.Printf("%-22s %s\n", "CREATED AT", "SIZE")