We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207ed54 commit bd3e491Copy full SHA for bd3e491
1 file changed
internal/presenters/errors.go
@@ -210,7 +210,7 @@ func (RecodeViewableErrorBuilder) Build(err error) (viewableError *ViewableError
210
viewableError.Title = "Unknown error"
211
viewableError.Message = fmt.Sprintf(
212
"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"+
+ "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"+
214
bold("%s"),
215
err.Error(),
216
)
0 commit comments