Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgesece committed Dec 13, 2018
1 parent 57085ff commit 1cd38df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crictl/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 1cd38df

Please sign in to comment.