mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-03 20:30:51 +02:00
fix indentation
This commit is contained in:
@@ -1150,7 +1150,7 @@ subcommand_avail() {
|
||||
group='other'
|
||||
find_overlay overlay group "${dir}"
|
||||
if [[ ${modulepath_of_group[${group}]} ]]; then
|
||||
modulepath_of_group[${group}]+=:${dir}
|
||||
modulepath_of_group[${group}]+=:${dir}
|
||||
else
|
||||
modulepath_of_group[${group}]=${dir}
|
||||
groups+=( "${group}" )
|
||||
|
||||
Reference in New Issue
Block a user