aboutsummaryrefslogtreecommitdiffstats
path: root/commands/show.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-15 20:30:31 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-15 20:30:31 +0200
commitbfb5e96aab9e78f05942151060cc92fdaa32bedd (patch)
treeddac4640aa1b43e13dc466cad6bbaed49f172fd9 /commands/show.go
parent6b732d4535fc31e37485c7b496f2bbe0c854f661 (diff)
downloadgit-bug-bfb5e96aab9e78f05942151060cc92fdaa32bedd.tar.gz
commands: git bug comment now show the comments of a bug
Diffstat (limited to 'commands/show.go')
-rw-r--r--commands/show.go2
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))