diff options
| author | Jeff Carr <[email protected]> | 2025-11-03 18:40:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-03 18:40:33 -0600 |
| commit | a6400fb71a0474be9291c562d73fcb9746f02add (patch) | |
| tree | a0ca7bf6bc3866146b81a8b62aa0d5501bd3d1de /tableStats.go | |
| parent | c085c43172656665d0bba9c5bcc1b8d57b50bba8 (diff) | |
here were are somewhere. notsure where. but somewhere
Diffstat (limited to 'tableStats.go')
| -rw-r--r-- | tableStats.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableStats.go b/tableStats.go index 3bd209a..20e1c63 100644 --- a/tableStats.go +++ b/tableStats.go @@ -37,7 +37,7 @@ func (pb *Stats) MakeTable(name string) *StatsTable { col.Header.Name = "Git Hash" col = t.AddStringFunc("age", func(r *Stat) string { - return cobol.Time(r.Ctime) + return cobol.Time(r.CommitTime) }) col.Width = 28 |
