mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
trivial fix to actually parse fed-api-server's CLI args
This commit is contained in:
parent
cdd1fdcd3d
commit
eb029116b0
1 changed files with 2 additions and 0 deletions
|
@ -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