diff options
-rw-r--r-- | lib/spack/docs/environments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst index 72882c6c71..838dbf5f39 100644 --- a/lib/spack/docs/environments.rst +++ b/lib/spack/docs/environments.rst @@ -799,7 +799,7 @@ directories. select: [^mpi] exclude: ['%pgi@18.5'] projections: - all: {name}/{version}-{compiler.name} + all: '{name}/{version}-{compiler.name}' link: all link_type: symlink |