mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
plugin/store: fix ErrAmbiguous docstring
Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
e33d598059
commit
2b79dfc240
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ type ErrNotFound string
|
||||||
|
|
||||||
func (name ErrNotFound) Error() string { return fmt.Sprintf("plugin %q not found", string(name)) }
|
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
|
type ErrAmbiguous string
|
||||||
|
|
||||||
func (name ErrAmbiguous) Error() string {
|
func (name ErrAmbiguous) Error() string {
|
||||||
|
|
Loading…
Add table
Reference in a new issue