mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-10 19:27:07 +02:00
verify -> validate
This commit is contained in:
@@ -39,7 +39,7 @@ func main() {
|
||||
|
||||
logrus.Info(cfg.Value())
|
||||
|
||||
if args.Command == CommandVerify {
|
||||
if args.Command == CommandValidate {
|
||||
logrus.Printf("config OK")
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user