mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
Fix various typos (#3783)
This commit is contained in:
@@ -221,7 +221,7 @@ func LoadClientConfig(path string, strict bool) (
|
||||
}
|
||||
|
||||
// Load additional config from includes.
|
||||
// legacy ini format alredy handle this in ParseClientConfig.
|
||||
// legacy ini format already handle this in ParseClientConfig.
|
||||
if len(cliCfg.IncludeConfigFiles) > 0 && !isLegacyFormat {
|
||||
extPxyCfgs, extVisitorCfgs, err := LoadAdditionalClientConfigs(cliCfg.IncludeConfigFiles, isLegacyFormat, strict)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user