summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/humanTable.go b/humanTable.go
index 8462323..0228a92 100644
--- a/humanTable.go
+++ b/humanTable.go
@@ -179,7 +179,7 @@ func (f *Forge) printRepoToTable(repo *gitpb.Repo) {
// ctime := repo.Tags.GetAge(mhort)
// age := shell.FormatDuration(time.Since(ctime))
- age := shell.FormatDuration(repo.NewestAge())
+ age := shell.FormatDuration(repo.BranchAge(cname))
if repo.IsDirty() {
age = ""