Skip to content

Commit 426c1e3

Browse files
committed
Make the checkmark red
1 parent 69b58b9 commit 426c1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ func issueClose(cmd *cobra.Command, args []string) error {
552552
return fmt.Errorf("API call failed:%w", err)
553553
}
554554

555-
fmt.Fprintf(colorableErr(cmd), "%s closed issue #%d\n", utils.Green("✔"), issue.Number)
555+
fmt.Fprintf(colorableErr(cmd), "%s closed issue #%d\n", utils.Red("✔"), issue.Number)
556556

557557
return nil
558558

0 commit comments

Comments
 (0)