Skip to content

Commit bd3e491

Browse files
committed
Improve unknown error wording
1 parent 207ed54 commit bd3e491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/presenters/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (RecodeViewableErrorBuilder) Build(err error) (viewableError *ViewableError
210210
viewableError.Title = "Unknown error"
211211
viewableError.Message = fmt.Sprintf(
212212
"An unknown error occurred.\n\n"+
213-
"You could try to fix it (using the details below) and rerun the command or open a new issue at: https://github.com/recode-sh/cli/issues/new\n\n"+
213+
"You could try to fix it (using the details below) or open a new issue at: https://github.com/recode-sh/cli/issues/new\n\n"+
214214
bold("%s"),
215215
err.Error(),
216216
)

0 commit comments

Comments
 (0)