Fix: duplicate provider err typo
This commit is contained in:
parent
8c6d0c6757
commit
3cb87e083c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var (
|
|||
errType = errors.New("unsupport type")
|
||||
errMissProxy = errors.New("`use` or `proxies` missing")
|
||||
errMissHealthCheck = errors.New("`url` or `interval` missing")
|
||||
errDuplicateProvider = errors.New("`duplicate provider name")
|
||||
errDuplicateProvider = errors.New("duplicate provider name")
|
||||
)
|
||||
|
||||
type GroupCommonOption struct {
|
||||
|
|
Loading…
Reference in a new issue