From a887226355bb5645e64e0f90e3a2b6048cab0ea4 Mon Sep 17 00:00:00 2001 From: Graham Holtslander Date: Thu, 27 Oct 2022 09:19:12 -0600 Subject: [PATCH] apps: clarify comment --- apps.gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` }