From 801a3e7bfdfc5d25dc0f968b4ee8f11f2edb9396 Mon Sep 17 00:00:00 2001 From: Zubair Haque Date: Mon, 27 Oct 2025 09:53:04 -0400 Subject: [PATCH] Update pkg/config/template.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/config/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/template.go b/pkg/config/template.go index ae7c2439..90e87ba3 100644 --- a/pkg/config/template.go +++ b/pkg/config/template.go @@ -30,7 +30,7 @@ type TemplateOptions struct { IncludeNeeds bool // IncludeTransitiveNeeds is the include transitive needs flag IncludeTransitiveNeeds bool - // EnforceNeedsAreInstalled is true we should error if/when there are unmeetable dependencies + // EnforceNeedsAreInstalled indicates whether to error when there are unmeetable dependencies EnforceNeedsAreInstalled bool // No-Hooks is the no hooks flag NoHooks bool