Skip to content

Commit

Permalink
Fix enroot+caps url
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Sep 11, 2024
1 parent 75c8f51 commit 01c499b
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 enroot_url
end

def enroot_caps_url
"#{node['cluster']['artifacts_s3_url']}/dependencies/enroot/enroot+caps_#{package_version}-1_#{arch_suffix}.deb"
"#{node['cluster']['artifacts_s3_url']}/dependencies/enroot/enroot%2Bcaps_#{package_version}-1_#{arch_suffix}.deb"
end

def arch_suffix
Expand Down

0 comments on commit 01c499b

Please sign in to comment.