From cbbdcdcc7459a1a83c9313b68a930ff5968ebb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 26 Mar 2024 10:05:22 +0100 Subject: [PATCH] fix typo Co-authored-by: Kenneth Hoste --- scripts/update_lmod_caches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_lmod_caches.sh b/scripts/update_lmod_caches.sh index 52aa128a..96479f07 100755 --- a/scripts/update_lmod_caches.sh +++ b/scripts/update_lmod_caches.sh @@ -26,7 +26,7 @@ then error "${stack_base_dir} does not point to an existing directory!" fi -# Check if Lmod's cache update script can be found at the expected location (in the compatibility layer of the gien stack) +# Check if Lmod's cache update script can be found at the expected location (in the compatibility layer of the given stack) update_lmod_system_cache_files="${stack_base_dir}/compat/linux/$(uname -m)/usr/share/Lmod/libexec/update_lmod_system_cache_files" if [ ! -f ${update_lmod_system_cache_files} ] then