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

Commit

Permalink
Typos in install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 7, 2023
1 parent da9b300 commit c8ba090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apptainer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# $ . ./install.sh
#
tag=${1:-latest}
echo "Installing swiftest_driver.sif Singularity container and executable script from swiftest:${tag} Docker container"
echo "Installing swiftest.sif Singularity container and executable script from swiftest:${tag} Docker container"
apptainer pull --force swiftest.sif docker://daminton/swiftest:${tag}
cp -rf bin/swiftest_driver ../bin/
cp -rf bin/swiftest_python ../bin/
Expand Down
2 changes: 1 addition & 1 deletion singularity/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# $ . ./install.sh
#
tag=${1:-latest}
echo "Installing swiftest_driver.sif Singularity container and executable script from swiftest:${tag} Docker container"
echo "Installing swiftest.sif Singularity container and executable script from swiftest:${tag} Docker container"
singularity pull --force swiftest.sif docker://daminton/swiftest:${tag}
cp -rf bin/swiftest_driver ../bin/
cp -rf bin/swiftest_python ../bin/
Expand Down

0 comments on commit c8ba090

Please sign in to comment.