Skip to content

Commit

Permalink
Update app/models/katello/concerns/host_managed_extensions.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Lenz <[email protected]>
  • Loading branch information
nadjaheitmann and jeremylenz authored Jan 4, 2024
1 parent f9ba1a9 commit 74274f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/katello/concerns/host_managed_extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def deb_names_for_job_template(action:, search:)

installed_debs.search_for(search).distinct.pluck(:name)
else
fail ::Foreman::Exception.new(N_("package_names_for_job_template: Action must be one of %s"), actions.join(', '))
fail ::Foreman::Exception.new(N_("deb_names_for_job_template: Action must be one of %s"), actions.join(', '))
end
end

Expand Down

0 comments on commit 74274f4

Please sign in to comment.