Fix RootCmd var name

'rootCmd' should be 'RootCmd'.
This commit is contained in:
Johanan Liebermann 2017-06-24 17:32:18 +03:00 committed by Albert Nigmatzianov
parent d638dcb7c7
commit f9d34972c1

View file

@ -325,7 +325,7 @@ func init() {
} }
func Execute() { func Execute() {
rootCmd.Execute() RootCmd.Execute()
} }
func main() { func main() {