Skip to content

Commit

Permalink
apps without releases dont count in the check
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 13, 2015
1 parent b3d56d5 commit 9bd17a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/models/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ func maxAppConcurrency() (int, error) {
return 0, err
}

if rel == nil {
continue
}

m, err := LoadManifest(rel.Manifest)

if err != nil {
Expand Down

0 comments on commit 9bd17a9

Please sign in to comment.