modulecmd: use_overlay(): missing 'fi' added

This commit is contained in:
2021-12-09 17:59:46 +01:00
parent ec147e78be
commit 2b16e82bf8
+1
View File
@@ -1494,6 +1494,7 @@ subcommand_use() {
"${CMD}" "${subcommand}" \
"illegal group" \
"${arg}"
fi
std::append_path UsedGroups "$1"
local overlay group
for overlay in "${OverlayList[@]}"; do