Skip to content

Commit

Permalink
Fix: duplicate provider err typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamacro committed Jan 3, 2022
1 parent 8c6d0c6 commit 3cb87e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/outboundgroup/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3cb87e0

Please sign in to comment.