mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-26 05:31:32 +00:00
trivial fix to actually parse fed-api-server's CLI args
This commit is contained in:
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
Block a user