mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-22 05:01:25 +00:00
Fix variable name typo.
This commit is contained in:
parent
6d21220c31
commit
aa779583f9
@ -414,7 +414,7 @@ collect_system_info () {
|
|||||||
|
|
||||||
# Some OracleLinux modules have stream names of ol8 instead of rhel8 and ol
|
# Some OracleLinux modules have stream names of ol8 instead of rhel8 and ol
|
||||||
# instead of rhel. This is a map that does a glob match and replacement.
|
# instead of rhel. This is a map that does a glob match and replacement.
|
||||||
local -A module_re_map
|
local -A module_glob_map
|
||||||
module_glob_map=(
|
module_glob_map=(
|
||||||
['%:ol8']=:rhel8
|
['%:ol8']=:rhel8
|
||||||
['%:ol']=:rhel
|
['%:ol']=:rhel
|
||||||
|
Loading…
Reference in New Issue
Block a user