Skip to content

Commit f01b66b

Browse files
bedrogeboegel
andauthored
fix typo in variable name
Co-authored-by: Kenneth Hoste <[email protected]>
1 parent cbbdcdc commit f01b66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_lmod_caches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ architectures=$(find ${stack_base_dir}/software/ -maxdepth 5 -type d -name modul
4040
for archdir in ${architectures}
4141
do
4242
lmod_cache_dir="${archdir}/.lmod/cache"
43-
${update_lmod_system_cache_files=} -d ${lmod_cache_dir} -t ${lmod_cache_dir}/timestamp ${archdir}/modules/all
43+
${update_lmod_system_cache_files} -d ${lmod_cache_dir} -t ${lmod_cache_dir}/timestamp ${archdir}/modules/all
4444
echo_green "Updated the Lmod cache for ${archdir}."
4545
done

0 commit comments

Comments
 (0)