aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/comment.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/comment.go b/commands/comment.go
index eff91208..08751e27 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))
}