From 0a0633c68f42221aaa26d77a70d5b326c7658053 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 28 Oct 2021 14:31:10 +0200 Subject: [PATCH] fix indentation --- Pmodules/modulecmd.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index cd7afdc..5a38df8 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.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}" )