Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Oct 9, 2024
1 parent 941f185 commit 0bc06f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
CMD cp /configs/spack.yaml . && \
spack -e . add openmpi@$${ompi_version} && \
spack -e . containerize >/configs/spack.Dockerfile && \
sed -i -e 's/spack install/spack externals find --all \&\& spack install/;' /configs/spack.Dockerfile
sed -i -e 's/spack install/spack external find --all \&\& spack install/;' /configs/spack.Dockerfile
args:
ompi_version: main
no_cache: true
Expand Down

0 comments on commit 0bc06f6

Please sign in to comment.