summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--humanForgedTable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/humanForgedTable.go b/humanForgedTable.go
index c9a5e17..a4d19f5 100644
--- a/humanForgedTable.go
+++ b/humanForgedTable.go
@@ -30,7 +30,7 @@ func (f *Forge) makeForgedTable(pb *gitpb.Repos) *gitpb.ReposTable {
if r.Tags.Master == nil {
return "mtag=nil"
}
- return r.Tags.Master.Refname
+ return r.Tags.Master.Hash
})
col.Width = 12