From 6e466a0150922000beae6e198cee5c5142d0deb6 Mon Sep 17 00:00:00 2001 From: Zubair Haque Date: Mon, 27 Oct 2025 09:53:17 -0400 Subject: [PATCH] Update pkg/config/apply.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/config/apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/apply.go b/pkg/config/apply.go index 011783e6..cfdd3451 100644 --- a/pkg/config/apply.go +++ b/pkg/config/apply.go @@ -28,7 +28,7 @@ type ApplyOptions struct { IncludeNeeds bool // IncludeTransitiveNeeds is true if the transitive needs should be included IncludeTransitiveNeeds bool - // EnforceNeedsAreInstalled is true we should error if/when there are unmeetable dependencies + // EnforceNeedsAreInstalled is true if we should error if/when there are unmeetable dependencies EnforceNeedsAreInstalled bool // SkipDiffOnInstall is true if the diff should be skipped on install SkipDiffOnInstall bool