Skip to content

Commit 0bc06f6

Browse files
Fix typo
1 parent 941f185 commit 0bc06f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
CMD cp /configs/spack.yaml . && \
1111
spack -e . add openmpi@$${ompi_version} && \
1212
spack -e . containerize >/configs/spack.Dockerfile && \
13-
sed -i -e 's/spack install/spack externals find --all \&\& spack install/;' /configs/spack.Dockerfile
13+
sed -i -e 's/spack install/spack external find --all \&\& spack install/;' /configs/spack.Dockerfile
1414
args:
1515
ompi_version: main
1616
no_cache: true

0 commit comments

Comments
 (0)