fix service parsing

pull/64/head
ginuerzh 2022-02-07 22:20:43 +08:00
parent 1ec10ff7dd
commit 0fba6d2500
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ func buildService(cfg *config.Config) (services []*service.Service) {
log.Fatal(err)
}
}
services = append(services, svc)
}
return