fix: do not barf if there are no resources specified for an application

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-22 14:18:38 -04:00
parent 00c9e5a5e9
commit 8db3b8e333

View File

@@ -24,7 +24,7 @@ func main() {
resources, err := common.PropertyGetAll("resource", appName)
if err != nil {
fmt.Print(string(stdin))
common.LogFail(err.Error())
return
}
limits := make(map[string]string)