Fix variable name typo.

This commit is contained in:
Peter Ajamian 2021-07-15 23:13:07 +12:00
parent 6d21220c31
commit aa779583f9
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ collect_system_info () {
# 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.
local -A module_re_map
local -A module_glob_map
module_glob_map=(
['%:ol8']=:rhel8
['%:ol']=:rhel