From 844616baf8dc628360942d57fd69f24e298e08da Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 19 Jan 2019 16:01:06 +0100 Subject: identity: more progress and fixes --- commands/show.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/show.go') 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 == "" { -- cgit