aboutsummaryrefslogtreecommitdiffstats
path: root/commands/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pull.go')
-rw-r--r--commands/pull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pull.go b/commands/pull.go
index ea064d99..9a5f4e5c 100644
--- a/commands/pull.go
+++ b/commands/pull.go
@@ -42,7 +42,7 @@ func runPull(cmd *cobra.Command, args []string) error {
}
if merge.Status != bug.MsgMergeNothing {
- fmt.Printf("%s: %s\n", merge.HumanId, merge.Status)
+ fmt.Printf("%s: %s\n", merge.Bug.HumanId(), merge.Status)
}
}