Fix RootCmd var name
'rootCmd' should be 'RootCmd'.
This commit is contained in:
parent
d638dcb7c7
commit
f9d34972c1
@ -325,7 +325,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Execute() {
|
func Execute() {
|
||||||
rootCmd.Execute()
|
RootCmd.Execute()
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user