main: fix typo "convert-config-to-alpha"
This commit is contained in:
parent
b2f780c394
commit
5b89e975d1
2
main.go
2
main.go
|
|
@ -35,7 +35,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if *convertConfig && *alphaConfig != "" {
|
if *convertConfig && *alphaConfig != "" {
|
||||||
logger.Fatal("cannot use alpha-config and conver-config-to-alpha together")
|
logger.Fatal("cannot use alpha-config and convert-config-to-alpha together")
|
||||||
}
|
}
|
||||||
|
|
||||||
opts, err := loadConfiguration(*config, *alphaConfig, configFlagSet, os.Args[1:])
|
opts, err := loadConfiguration(*config, *alphaConfig, configFlagSet, os.Args[1:])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue