Skip to content

Commit 98b06f8

Browse files
updating error message
1 parent 8a33e04 commit 98b06f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func runCLI(args []string) int {
135135
return cmdFunc()
136136
default:
137137
errMessage := styling.ErrorBorder.Render(
138-
styling.ErrorColor.Render("Error!"),
138+
styling.ErrorColor.Render("Error!"),
139139
fmt.Sprintf("\n\t%-15s", fmt.Sprintf("'%s' is not a valid command.\n", cmdArg)),
140140
styling.StyleBold.Render("\nCommands:"),
141141
fmt.Sprintf("\n\t%-15s %s", "ability", "Get details about an ability"),

0 commit comments

Comments
 (0)