Merge pull request #670 from sak0/dev
kpod images --digests output align
This commit is contained in:
commit
115fea46cf
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue