1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-21 15:05:23 +00:00

fix typo in interface type for service

This commit is contained in:
Shelikhoo 2021-09-05 12:03:36 +01:00
parent 7b4b661d6f
commit 22b9fc380b
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -67,7 +67,7 @@ func (c RootConfig) BuildV5(ctx context.Context) (proto.Message, error) {
}
for serviceName, service := range c.Services {
servicePackedConfig, err := loadHeterogeneousConfigFromRawJson("inbound", serviceName, service)
servicePackedConfig, err := loadHeterogeneousConfigFromRawJson("service", serviceName, service)
if err != nil {
return nil, err
}