Skip to content

Commit

Permalink
fix typo in variable name
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <[email protected]>
  • Loading branch information
bedroge and boegel authored Mar 26, 2024
1 parent cbbdcdc commit f01b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_lmod_caches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ architectures=$(find ${stack_base_dir}/software/ -maxdepth 5 -type d -name modul
for archdir in ${architectures}
do
lmod_cache_dir="${archdir}/.lmod/cache"
${update_lmod_system_cache_files=} -d ${lmod_cache_dir} -t ${lmod_cache_dir}/timestamp ${archdir}/modules/all
${update_lmod_system_cache_files} -d ${lmod_cache_dir} -t ${lmod_cache_dir}/timestamp ${archdir}/modules/all
echo_green "Updated the Lmod cache for ${archdir}."
done

0 comments on commit f01b66b

Please sign in to comment.