We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05f95e5 + 2ee14c5 commit 6e0fba5Copy full SHA for 6e0fba5
cmd/step/main.go
@@ -101,7 +101,7 @@ func main() {
101
}
102
if u := plugin.GetURL(name); u != "" {
103
//nolint:stylecheck // this is a top level error - capitalization is ok
104
- return fmt.Errorf("The plugin %q is not it in your system.\nDownload it from %s", name, u)
+ return fmt.Errorf("The plugin %q was not found on this system.\nDownload it from %s", name, u)
105
106
return cli.ShowCommandHelp(ctx, name)
107
0 commit comments