From 72c9384adb8d82a93855cfd8a25133ab8e513ef7 Mon Sep 17 00:00:00 2001 From: Irbe Krumina Date: Wed, 9 Jun 2021 10:24:52 +0100 Subject: [PATCH] Update cmd/cmrel/cmd/stage.go Co-authored-by: Ashley Davis --- cmd/cmrel/cmd/stage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmrel/cmd/stage.go b/cmd/cmrel/cmd/stage.go index 75ac917..eaedaaa 100644 --- a/cmd/cmrel/cmd/stage.go +++ b/cmd/cmrel/cmd/stage.go @@ -70,7 +70,7 @@ type stageOptions struct { // The path to the cloudbuild.yaml file used to perform the cert-manager crossbuild CloudBuildFile string - // GCP project to run the GCB job in + // Project is the name of the GCP project to run the GCB job in Project string // ReleaseVersion, if set, overrides the version git version tag used