We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbab66 commit 9704399Copy full SHA for 9704399
script/packagecloud.rb
@@ -123,7 +123,7 @@ def distro_names_for(filename)
123
when /centos\/6/ then ["RPM RHEL 6/CentOS 6", "el/6"]
124
when /centos\/7/ then ["RPM RHEL 7/CentOS 7", "el/7"]
125
when /centos\/8/ then ["RPM RHEL 8/CentOS 8", "el/8"]
126
- when /rocky\/9/ then ["RPM RHEL 8/Rocky 9", "el/9"]
+ when /rocky\/9/ then ["RPM RHEL 9/Rocky Linux 9", "el/9"]
127
end
128
129
next unless os
0 commit comments