diff --git a/hack/helpers/apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl b/hack/helpers/apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl index e612719..dd0a68e 100644 --- a/hack/helpers/apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl +++ b/hack/helpers/apis/GROUP_LOWER/APIVERSION/groupversion_info.go.tmpl @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package v1alpha1 contains the v1alpha1 group Sample resources of the {{ .Env.PROVIDER }} provider. +// Package v1alpha1 contains the v1alpha1 group {{ .Env.GROUP }} resources of the {{ .Env.PROVIDER }} provider. // +kubebuilder:object:generate=true // +groupName={{ .Env.GROUP | strings.ToLower }}.{{ .Env.PROVIDER | strings.ToLower }}.crossplane.io // +versionName={{ .Env.APIVERSION | strings.ToLower }}