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
|
end
|
||||||
match = string.match(str, ".el8")
|
match = string.match(str, ".el8")
|
||||||
if match then
|
if match then
|
||||||
return 6
|
return 7
|
||||||
end
|
end
|
||||||
return -1
|
return -1
|
||||||
end}
|
end}
|
||||||
|
Loading…
Reference in New Issue
Block a user