diff options
author | Michael Muré <batolettre@gmail.com> | 2019-02-16 19:34:52 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:40:24 +0100 |
commit | da558b05ef79f4c80df10c6969a9ae5f4f764f96 (patch) | |
tree | 2d6bc5d2fb0a77ec6fdd3b7422e3aa760f118598 /commands/show.go | |
parent | d2483d83dd52365741f51eca106aa18c4e8d6420 (diff) | |
download | git-bug-da558b05ef79f4c80df10c6969a9ae5f4f764f96.tar.gz |
identity: all tests green o/
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 123a46dc..3adc8b52 100644 --- a/commands/show.go +++ b/commands/show.go @@ -42,7 +42,7 @@ func runShowBug(cmd *cobra.Command, args []string) error { case "author": fmt.Printf("%s\n", firstComment.Author.DisplayName()) case "authorEmail": - fmt.Printf("%s\n", firstComment.Author.Email) + fmt.Printf("%s\n", firstComment.Author.Email()) case "createTime": fmt.Printf("%s\n", firstComment.FormatTime()) case "id": |