diff options
Diffstat (limited to 'termui')
-rw-r--r-- | termui/bug_table.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termui/bug_table.go b/termui/bug_table.go index 55c7a2d5..e4a2be24 100644 --- a/termui/bug_table.go +++ b/termui/bug_table.go @@ -417,7 +417,7 @@ func (bt *bugTable) pull(g *gocui.Gui, v *gocui.View) error { }) } else { fmt.Fprintf(&buffer, "%s%s: %s", - beginLine, util.Cyan(merge.HumanId), merge.Status, + beginLine, util.Cyan(merge.Bug.HumanId()), merge.Status, ) beginLine = "\n" |