mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-22 14:21:55 -06: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() {
|
||||
common.SetupLogging(logDir)
|
||||
|
||||
flag.Parse()
|
||||
|
||||
if *configPath == "" {
|
||||
log.Fatal("--config must be supplied")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue