diff --git a/pkg/plugin/client/http2https.go b/pkg/plugin/client/http2https.go index 44cf989c..338b8995 100644 --- a/pkg/plugin/client/http2https.go +++ b/pkg/plugin/client/http2https.go @@ -55,7 +55,7 @@ func NewHTTP2HTTPSPlugin(params map[string]string) (Plugin, error) { } if localAddr == "" { - return nil, fmt.Errorf("plugin_local_addr is required") + return nil, fmt.Errorf("plugin_local_addr is require") } listener := NewProxyListener()