Update parse.go

This commit is contained in:
ChristLZS 2021-11-25 19:51:18 +08:00 committed by GitHub
parent 05b1ace21f
commit 153588816d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ func ParseClientConfig(filePath string) (
}
cfg.Complete()
if err = cfg.Validate(); err != nil {
err = fmt.Errorf("Parse config error: %v", err)
err = fmt.Errorf("parse config error: %v", err)
return
}