containerize: fix typo in documentation (#22331)
Before this fix, `spack containerize` complains that `centos/7` is invalid (should have been `centos:7`)
This commit is contained in:
parent
603331e669
commit
c9ba95cc5c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ following ``spack.yaml``:
|
|||
|
||||
container:
|
||||
images:
|
||||
os: centos/7
|
||||
os: centos:7
|
||||
spack: 0.15.4
|
||||
|
||||
uses ``spack/centos7:0.15.4`` and ``centos:7`` for the stages where the
|
||||
|
|
Loading…
Reference in a new issue