Skip to content

Commit 1cd38df

Browse files
committed
fix lint
1 parent 57085ff commit 1cd38df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/crictl/image.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ var imageFsInfoCommand = cli.Command{
355355
}
356356

357357
// otherwise output in table format
358-
fmt.Printf("TimeStamp: %s\n", info.Timestamp)
358+
fmt.Printf("TimeStamp: %d\n", info.Timestamp)
359359
fmt.Printf("UsedBytes: %s\n", info.UsedBytes)
360360
fmt.Printf("Mountpoint: %s\n", info.FsId.Mountpoint)
361361
}

0 commit comments

Comments
 (0)