summaryrefslogtreecommitdiff
path: root/tableStats.go
diff options
context:
space:
mode:
Diffstat (limited to 'tableStats.go')
-rw-r--r--tableStats.go2
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