Update parse.go
This commit is contained in:
parent
05b1ace21f
commit
153588816d
@ -42,7 +42,7 @@ func ParseClientConfig(filePath string) (
|
|||||||
}
|
}
|
||||||
cfg.Complete()
|
cfg.Complete()
|
||||||
if err = cfg.Validate(); err != nil {
|
if err = cfg.Validate(); err != nil {
|
||||||
err = fmt.Errorf("Parse config error: %v", err)
|
err = fmt.Errorf("parse config error: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user