Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit c436027

Browse files
committed
Fixes #23184 - properly update installed prods
1 parent 60b1511 commit c436027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hammer_cli_csv/content_hosts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def update_or_create(name, line)
248248
'content_view_id' => content_view_id
249249
},
250250
'subscription_facet_attributes' => {
251-
'installed_products' => products(line),
251+
'installed_products_attributes' => products(line),
252252
'service_level' => line[SLA],
253253
'autoheal' => true
254254
}

0 commit comments

Comments
 (0)