Skip to content

Commit

Permalink
[Dependencies] Fix Enroot+Caps URL used for RHEL.
Browse files Browse the repository at this point in the history
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
  • Loading branch information
gmarciani committed Sep 16, 2024
1 parent 3a1fb5f commit 10395d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def enroot_url
end

def enroot_caps_url
"#{node['cluster']['artifacts_s3_url']}/dependencies/enroot/enroot+caps-#{package_version}-1.el8.#{arch_suffix}.rpm"
"#{node['cluster']['artifacts_s3_url']}/dependencies/enroot/enroot%2Bcaps-#{package_version}-1.el8.#{arch_suffix}.rpm"
end

def arch_suffix
Expand Down

0 comments on commit 10395d1

Please sign in to comment.