提交 eb029116 编写于 作者: M Matthew Hodgson

trivial fix to actually parse fed-api-server's CLI args

上级 cdd1fdcd
......@@ -38,6 +38,8 @@ var (
func main() {
common.SetupLogging(logDir)
flag.Parse()
if *configPath == "" {
log.Fatal("--config must be supplied")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册