Skip to content

Commit

Permalink
Updating to allow selection of version 17. (#7)
Browse files Browse the repository at this point in the history
* Updating to allow selection of version 17.

* Fixing ERB entry for load regex.
  • Loading branch information
Oglopf authored Jun 29, 2021
1 parent 1f6c489 commit c67e0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions form.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ attributes:
help: "This defines the version of Stata you want to load."
options:
- [ "15", "stata/15" ]
- [ "17", "stata/17" ]
2 changes: 1 addition & 1 deletion template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd "${HOME}"
#

# Load the required enviornment
module load stata
module load <%= context.version %>
# For reference:
#
# whatis("loads stata")
Expand Down

0 comments on commit c67e0c0

Please sign in to comment.