mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-31 06:03:06 +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