Skip to content

Commit

Permalink
Merge pull request #149 from ACCESS-NRI/small_fix
Browse files Browse the repository at this point in the history
Fix write to modulerc file
  • Loading branch information
rbeucher authored Dec 12, 2024
2 parents 22c79fa + e191529 commit 3b6fd31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,8 @@ function write_modulerc() {

# Append the new module_version lines
cat <<EOF >> "${modulerc_file}"
#%Module1.0
module-version ${module_name}/${stable} access-med ${env_name}
module-version ${module_name}/${unstable} ${env_name}-unstable
EOF

set_apps_perms "${modulerc_file}"
Expand Down

0 comments on commit 3b6fd31

Please sign in to comment.