Skip to content

Commit

Permalink
Removed redundant artifact info when packs are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Aug 1, 2024
1 parent ca8c164 commit 50e0046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builder/csolution/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (b CSolutionBuilder) installMissingPacks() (err error) {
args = append(args, "-m", "-q")

// Get list of missing packs
output, err := b.runCSolution(args, false)
output, err := b.runCSolution(args, true)
if err != nil {
return err
}
Expand Down

0 comments on commit 50e0046

Please sign in to comment.