1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-16 20:55:22 +00:00

fix pb config loader type

This commit is contained in:
Shelikhoo 2021-09-04 19:34:31 +01:00
parent 6a2cca1220
commit 7d02c26219
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -198,7 +198,7 @@ func init() {
}
return loadProtobufConfig(data)
default:
return nil, newError("unknow type")
return nil, newError("unknown type")
}
},
}))