Skip to content

Commit

Permalink
Update commands/displayers/database.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
  • Loading branch information
loosla and andrewsomething authored Sep 26, 2024
1 parent 9eabdef commit 255e997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/displayers/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ func (dc *KafkaConfiguration) KV() []map[string]any {
if c.LogRetentionBytes != nil {
o = append(o, map[string]any{
"key": "LogRetentionBytes",
"value": *c.LogRetentionBytes,
"value": c.LogRetentionBytes.String(),
})
}
if c.LogRetentionHours != nil {
Expand Down

0 comments on commit 255e997

Please sign in to comment.