modulecmd: type in call to find_modulefile() fixed

This commit is contained in:
2025-03-21 14:06:55 +01:00
parent c022e146de
commit 78a9005d15
+1 -1
View File
@@ -837,7 +837,7 @@ subcommand_load() {
fi
fi # handle extended module names
find_modulefile current_modulefile relstage moduledir odulecmd "${m}" || {
find_modulefile current_modulefile relstage moduledir modulecmd "${m}" || {
local hints=''
get_load_hints hints
if [[ -z "${hints}" ]]; then