diff --git a/plugin/store.go b/plugin/store.go index 285489f4bf8ff443b2547c56245f3ffa63476b51..7f6e954bf8d6535dbbb937e419e41514b22cd397 100644 --- a/plugin/store.go +++ b/plugin/store.go @@ -29,7 +29,7 @@ type ErrNotFound string func (name ErrNotFound) Error() string { return fmt.Sprintf("plugin %q not found", string(name)) } -// ErrAmbiguous indicates that a plugin was not found locally. +// ErrAmbiguous indicates that more than one plugin was found type ErrAmbiguous string func (name ErrAmbiguous) Error() string {