trivial fix to actually parse fed-api-server's CLI args
parent
cdd1fdcd3d
commit
eb029116b0
|
@ -38,6 +38,8 @@ var (
|
||||||
func main() {
|
func main() {
|
||||||
common.SetupLogging(logDir)
|
common.SetupLogging(logDir)
|
||||||
|
|
||||||
|
flag.Parse()
|
||||||
|
|
||||||
if *configPath == "" {
|
if *configPath == "" {
|
||||||
log.Fatal("--config must be supplied")
|
log.Fatal("--config must be supplied")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue