Skip to content

Commit 78b3d7a

Browse files
committed
pass inventory only, as now toolsets are handled in instructions generation process
1 parent 98267fe commit 78b3d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/inventory/builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func (b *Builder) Build() *Inventory {
168168
}
169169

170170
if b.generateInstructions {
171-
r.instructions = generateInstructions(r.EnabledToolsetIDs())
171+
r.instructions = generateInstructions(r)
172172
}
173173

174174
return r

0 commit comments

Comments
 (0)