From 8fcd13c593494ddd3ff8e0252d58faefb7eeb4e8 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Thu, 28 Mar 2024 08:01:15 -0400 Subject: [PATCH] Change b5 casing --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8634066..aaebf22 100644 --- a/main.go +++ b/main.go @@ -324,7 +324,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { {Title: "Create Time", Width: 19}, // No need to make this too long - it's not really // useful to consumers. - {Title: "B5 Digest", Width: 9}, + {Title: "b5 Digest", Width: 9}, // TODO: What else is useful here? } rows := make([]table.Row, len(msg))