We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2726ec commit 0fe528bCopy full SHA for 0fe528b
1 file changed
internal/display/display.go
@@ -112,10 +112,10 @@ func ShowCommitMessage(message string) {
112
WithBoxStyle(pterm.NewStyle(pterm.FgLightGreen)).
113
WithHorizontalString("─").
114
WithVerticalString("│").
115
- WithTopLeftCornerString("┌").
116
- WithTopRightCornerString("┐").
117
- WithBottomLeftCornerString("└").
118
- WithBottomRightCornerString("┘")
+ WithTopLeftCornerString("┘").
+ WithTopRightCornerString("└").
+ WithBottomLeftCornerString("┐").
+ WithBottomRightCornerString("┌")
119
120
panel.Println(pterm.LightGreen(message))
121
}
0 commit comments