Skip to content

Commit 9704399

Browse files
committed
script/packagecloud: say "Rocky Linux"
The distro name is Rocky Linux, so don't omit the word "Linux". Also, fix the version number for RHEL while we're at it.
1 parent 7cbab66 commit 9704399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/packagecloud.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def distro_names_for(filename)
123123
when /centos\/6/ then ["RPM RHEL 6/CentOS 6", "el/6"]
124124
when /centos\/7/ then ["RPM RHEL 7/CentOS 7", "el/7"]
125125
when /centos\/8/ then ["RPM RHEL 8/CentOS 8", "el/8"]
126-
when /rocky\/9/ then ["RPM RHEL 8/Rocky 9", "el/9"]
126+
when /rocky\/9/ then ["RPM RHEL 9/Rocky Linux 9", "el/9"]
127127
end
128128

129129
next unless os

0 commit comments

Comments
 (0)