We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e253d60 commit 669a051Copy full SHA for 669a051
cmd/hub/cli/billing.go
@@ -90,7 +90,7 @@ Use the --user flag to get usage for a dependent user.`,
90
cmd.RenderTable(header, rows)
91
if !cus.Billable && cus.GracePeriodEnd > 0 {
92
ends := time.Unix(cus.GracePeriodEnd, 0).Format("02-Jan-06 15:04 -0700")
93
- cmd.Warn("Free quota grace period ends: %d", aurora.Bold(ends))
+ cmd.Warn("Free quota grace period ends: %s", aurora.Bold(ends))
94
}
95
},
96
0 commit comments