forked from Mxmilu666/frp
adjust code style about config (#3464)
This commit is contained in:
@@ -71,7 +71,7 @@ var httpsCmd = &cobra.Command{
|
||||
}
|
||||
cfg.BandwidthLimitMode = bandwidthLimitMode
|
||||
|
||||
err = cfg.CheckForCli()
|
||||
err = cfg.ValidateForClient()
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user