diff options
Diffstat (limited to 'commands/ls.go')
-rw-r--r-- | commands/ls.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ls.go b/commands/ls.go index ad45eefa..1fababaa 100644 --- a/commands/ls.go +++ b/commands/ls.go @@ -59,7 +59,7 @@ func runLsBug(cmd *cobra.Command, args []string) error { // truncate + pad if needed titleFmt := fmt.Sprintf("%-50.50s", snapshot.Title) - authorFmt := fmt.Sprintf("%-15.15s", author.Name) + authorFmt := fmt.Sprintf("%-15.15s", author.DisplayName()) fmt.Printf("%s %s\t%s\t%s\t%s\n", colors.Cyan(b.HumanId()), |