fix
This commit is contained in:
parent
3a8f8f083c
commit
915a3d7ffc
|
@ -41,7 +41,7 @@ var checkCmd = &cobra.Command{
|
||||||
rs := getRegistryServices()
|
rs := getRegistryServices()
|
||||||
registryExecute(rs)
|
registryExecute(rs)
|
||||||
default:
|
default:
|
||||||
fmt.Println("Please input options: etc/server/registry ")
|
fmt.Println("check sub command: etc/server/registry ")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue