Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo in Singularity/Apptainer install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 7, 2023
1 parent aa0acbf commit 5f2e9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apptainer/setenv.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh --
# This will set the SWIFTEST_SIF environment variable as long as it is executed by source.
# $ . ./setenv.sh
export SWIFTEST="${PWD}/swiftest.sif"
export SWIFTEST_SIF="${PWD}/swiftest.sif"
2 changes: 1 addition & 1 deletion singularity/setenv.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh --
# This will set the SWIFTEST_SIF environment variable as long as it is executed by source.
# $ . ./setenv.sh
export SWIFTEST="${PWD}/swiftest.sif"
export SWIFTEST_SIF="${PWD}/swiftest.sif"

0 comments on commit 5f2e9bf

Please sign in to comment.