fix default config value

This commit is contained in:
yusing
2024-03-29 01:38:58 +00:00
parent 77f957c7a8
commit ca98b31458
4 changed files with 11 additions and 6 deletions

View File

@@ -37,6 +37,8 @@ func main() {
cfg = NewConfig(configPath)
cfg.MustLoad()
logrus.Info(cfg.Value())
if args.Command == CommandVerify {
logrus.Printf("config OK")
return