Remove confusing duplicate Execute from README (#554)

This commit is contained in:
Paweł Słomka 2017-10-29 22:09:45 +01:00 committed by Albert Nigmatzianov
parent 7b2c5ac9fc
commit b3426bbac1

View file

@ -224,10 +224,6 @@ func init() {
viper.SetDefault("license", "apache")
}
func Execute() {
RootCmd.Execute()
}
func initConfig() {
// Don't forget to read config either from cfgFile or from home directory!
if cfgFile != "" {