diff --git a/cli-plugins/manager/manager.go b/cli-plugins/manager/manager.go index 223f3ae0a7..9f795bc498 100644 --- a/cli-plugins/manager/manager.go +++ b/cli-plugins/manager/manager.go @@ -32,7 +32,7 @@ const ( // errPluginNotFound is the error returned when a plugin could not be found. type errPluginNotFound string -func (e errPluginNotFound) NotFound() {} +func (errPluginNotFound) NotFound() {} func (e errPluginNotFound) Error() string { return "Error: No such CLI plugin: " + string(e)