Chore: fix typo (#490)

This commit is contained in:
Jason Chen
2020-01-30 17:03:11 +08:00
committed by GitHub
parent 14fb789002
commit 82c387e92b
3 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ func ParseProxyProvider(name string, mapping map[string]interface{}) (ProxyProvi
}
hc := NewHealthCheck([]C.Proxy{}, schema.HealthCheck.URL, hcInterval)
path := C.Path.Reslove(schema.Path)
path := C.Path.Resolve(schema.Path)
var vehicle Vehicle
switch schema.Type {