mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 01:53:08 +02:00
libpmodules (#387): quote overlays names in config file reader
This commit is contained in:
@@ -207,7 +207,7 @@ pm::read_config(){
|
||||
OverlayInfo[${ol_name}:${key}]="${OverlayConfigKeys[${key}]}"
|
||||
done
|
||||
# get keys in YAML input
|
||||
local -- node=".Overlays.${ol_name}"
|
||||
local -- node=".Overlays.\"${ol_name}\""
|
||||
local -- key=''
|
||||
local -a keys=()
|
||||
yml::get_keys keys yaml_input "${node}"
|
||||
|
||||
Reference in New Issue
Block a user