Fix typo in yaml config docs (#12312)

This commit is contained in:
Adam J. Stewart 2019-08-08 03:56:11 -05:00 committed by Massimiliano Culpo
parent 36fbd6cf4c
commit b4862be875

View File

@ -148,7 +148,7 @@ Here's an example ``packages.yaml`` file that sets preferred packages:
gperftools: gperftools:
version: [2.2, 2.4, 2.3] version: [2.2, 2.4, 2.3]
all: all:
compiler: [gcc@4.4.7, gcc@4.6:, intel, clang, pgi] compiler: [gcc@4.4.7, 'gcc@4.6:', intel, clang, pgi]
providers: providers:
mpi: [mvapich2, mpich, openmpi] mpi: [mvapich2, mpich, openmpi]