Skip to content

Commit

Permalink
Fixes #38163 - Pass only installable advisories to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored and chris1984 committed Jan 27, 2025
1 parent da6eb47 commit e6f6e43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ template_inputs:
required: false
%>

<% advisory_ids = @host.advisory_ids(search: input("Errata search query"), check_installable_for_host: false) -%>
<% advisory_ids = @host.advisory_ids(search: input("Errata search query"), check_installable_for_host: true) -%>
<% render_error(N_("No errata matching given search query")) if !input("Errata search query").blank? && advisory_ids.blank? -%>
# RESOLVED_ERRATA_IDS=<%= advisory_ids.join(',') %>

Expand Down

0 comments on commit e6f6e43

Please sign in to comment.