diff --git a/command/pr.go b/command/pr.go index 3755344b8..b7a26b8b7 100644 --- a/command/pr.go +++ b/command/pr.go @@ -433,7 +433,7 @@ func printPrs(w io.Writer, totalCount int, prs ...api.PullRequest) { } } else { s := strings.Title(strings.ToLower(pr.State)) - fmt.Fprintf(w, "%s", prStateColorFunc(s)) + fmt.Fprintf(w, "- %s", prStateColorFunc(s)) } fmt.Fprint(w, "\n")