From c9ba95cc5c2e093b333ba2e016bdae5ad266631d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 16 Mar 2021 16:02:26 -0500 Subject: containerize: fix typo in documentation (#22331) Before this fix, `spack containerize` complains that `centos/7` is invalid (should have been `centos:7`) --- lib/spack/docs/containers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/docs/containers.rst b/lib/spack/docs/containers.rst index d06f538e99..e88b55a226 100644 --- a/lib/spack/docs/containers.rst +++ b/lib/spack/docs/containers.rst @@ -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 -- cgit v1.2.3-60-g2f50