diff --git a/commands/comment.go b/commands/comment.go index eff912088d5d798662bc4ad1452f97e5268b9dbb..08751e275ec25d7e1ae5099b79e5d09bba24900f 100644 --- a/commands/comment.go +++ b/commands/comment.go @@ -38,7 +38,7 @@ func commentsTextOutput(comments []bug.Comment) { fmt.Println() } - fmt.Printf("Author: %s\n", colors.Magenta(comment.Author)) + fmt.Printf("Author: %s\n", colors.Magenta(comment.Author.DisplayName())) fmt.Printf("Date: %s\n\n", comment.FormatTime()) fmt.Println(text.LeftPad(comment.Message, 4)) }