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 a45eb9b6..d4d1bb54 100644 --- a/commands/show.go +++ b/commands/show.go @@ -49,7 +49,7 @@ func runShowBug(cmd *cobra.Command, args []string) error { fmt.Printf("%s opened this issue %s\n\n", colors.Magenta(firstComment.Author.Name), - firstComment.FormatTime(), + firstComment.FormatTimeRel(), ) var labels = make([]string, len(snapshot.Labels)) |