From 1af72cb67d3ccc0c2eb2fd96857222d2912d19b2 Mon Sep 17 00:00:00 2001 From: Zubair Haque Date: Mon, 27 Oct 2025 09:57:23 -0400 Subject: [PATCH] Update pkg/config/sync.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/config/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/sync.go b/pkg/config/sync.go index 5794d581..b59701f1 100644 --- a/pkg/config/sync.go +++ b/pkg/config/sync.go @@ -16,7 +16,7 @@ type SyncOptions 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 // SkipCrds is the skip crds flag SkipCRDs bool