Make the checkmark red

This commit is contained in:
Corey Johnson 2020-04-28 12:50:39 -07:00
parent 69b58b95a3
commit 426c1e3460

View file

@ -552,7 +552,7 @@ func issueClose(cmd *cobra.Command, args []string) error {
return fmt.Errorf("API call failed:%w", err)
}
fmt.Fprintf(colorableErr(cmd), "%s closed issue #%d\n", utils.Green("✔"), issue.Number)
fmt.Fprintf(colorableErr(cmd), "%s closed issue #%d\n", utils.Red("✔"), issue.Number)
return nil