Browse Source

fix typo in interface type for service

Shelikhoo 4 years ago
parent
commit
22b9fc380b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      infra/conf/v5cfg/root.go

+ 1 - 1
infra/conf/v5cfg/root.go

@@ -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
 		}