diff --git a/apps.gen.go b/apps.gen.go index af3bec9c..e10cdf27 100644 --- a/apps.gen.go +++ b/apps.gen.go @@ -94,7 +94,7 @@ type App struct { Domains []*AppDomain `json:"domains,omitempty"` PinnedDeployment *Deployment `json:"pinned_deployment,omitempty"` BuildConfig *AppBuildConfig `json:"build_config,omitempty"` - // The id of the project for the app. This will be empty if there is a fleet (project) lookup failure. + // The id of the project for the app. This will be empty if there is a lookup failure. ProjectID string `json:"project_id,omitempty"` }