Skip to content

Commit

Permalink
rhel: follow method name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 12, 2025
1 parent 8c39b78 commit 91e8e60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def target?(platform)
private
def install_command_line_package(package)
if package.start_with?("https://")
package = resolve_package_url_template(package)
package = resolve_value_template(package)
end
if major_version >= 9
["dnf", "-y", "install", "--enablerepo=crb", package]
Expand Down

0 comments on commit 91e8e60

Please sign in to comment.