mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: do not barf if there are no resources specified for an application
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user