Related: #2078958 Change dist minor default to 7
This commit is contained in:
parent
c45c9aab1f
commit
431a479e8b
@ -18,7 +18,7 @@ function dist_to_rhel_minor(str, start)
|
||||
end
|
||||
match = string.match(str, ".el8")
|
||||
if match then
|
||||
return 6
|
||||
return 7
|
||||
end
|
||||
return -1
|
||||
end}
|
||||
|
Loading…
Reference in New Issue
Block a user