We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57085ff commit 1cd38dfCopy full SHA for 1cd38df
cmd/crictl/image.go
@@ -355,7 +355,7 @@ var imageFsInfoCommand = cli.Command{
355
}
356
357
// otherwise output in table format
358
- fmt.Printf("TimeStamp: %s\n", info.Timestamp)
+ fmt.Printf("TimeStamp: %d\n", info.Timestamp)
359
fmt.Printf("UsedBytes: %s\n", info.UsedBytes)
360
fmt.Printf("Mountpoint: %s\n", info.FsId.Mountpoint)
361
0 commit comments