diff options
Diffstat (limited to 'commands/show.go')
-rw-r--r-- | commands/show.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/show.go b/commands/show.go index 56717b3b..123a46dc 100644 --- a/commands/show.go +++ b/commands/show.go @@ -93,7 +93,7 @@ func runShowBug(cmd *cobra.Command, args []string) error { indent, i, comment.Author.DisplayName(), - comment.Author.Email, + comment.Author.Email(), ) if comment.Message == "" { |