4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-04-02 10:15:06 +01:00

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

This commit is contained in:
Matthew Hodgson 2017-06-25 01:20:04 +01:00
parent cdd1fdcd3d
commit eb029116b0

@ -38,6 +38,8 @@ var (
func main() {
common.SetupLogging(logDir)
flag.Parse()
if *configPath == "" {
log.Fatal("--config must be supplied")
}