Update pkg/config/apply.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Zubair Haque 2025-10-27 09:53:17 -04:00 committed by GitHub
parent 801a3e7bfd
commit 6e466a0150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type ApplyOptions struct {
IncludeNeeds bool IncludeNeeds bool
// IncludeTransitiveNeeds is true if the transitive needs should be included // IncludeTransitiveNeeds is true if the transitive needs should be included
IncludeTransitiveNeeds bool 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 EnforceNeedsAreInstalled bool
// SkipDiffOnInstall is true if the diff should be skipped on install // SkipDiffOnInstall is true if the diff should be skipped on install
SkipDiffOnInstall bool SkipDiffOnInstall bool