diff --git a/cmd/crictl/image.go b/cmd/crictl/image.go index a58d111b28..3ff1df5b96 100644 --- a/cmd/crictl/image.go +++ b/cmd/crictl/image.go @@ -355,7 +355,7 @@ var imageFsInfoCommand = cli.Command{ } // otherwise output in table format - fmt.Printf("TimeStamp: %s\n", info.Timestamp) + fmt.Printf("TimeStamp: %d\n", info.Timestamp) fmt.Printf("UsedBytes: %s\n", info.UsedBytes) fmt.Printf("Mountpoint: %s\n", info.FsId.Mountpoint) }