fix indentation

This commit is contained in:
2021-10-28 14:31:10 +02:00
parent 4538ac12c3
commit 0a0633c68f
+1 -1
View File
@@ -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}" )