From d3ee0b9c07b42338df9a67f9d74ca5cfb65680b6 Mon Sep 17 00:00:00 2001 From: Cody Balos Date: Fri, 24 Jun 2022 02:31:43 -0700 Subject: Fix typo in documentation note about concretizer:unify (#31246) --- lib/spack/docs/environments.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst index 838dbf5f39..62ec2f74f7 100644 --- a/lib/spack/docs/environments.rst +++ b/lib/spack/docs/environments.rst @@ -545,8 +545,8 @@ environment and have a single view of it in the filesystem. The ``concretizer:unify`` config option was introduced in Spack 0.18 to replace the ``concretization`` property. For reference, - ``concretization: separately`` is replaced by ``concretizer:unify:true``, - and ``concretization: together`` is replaced by ``concretizer:unify:false``. + ``concretization: together`` is replaced by ``concretizer:unify:true``, + and ``concretization: separately`` is replaced by ``concretizer:unify:false``. .. admonition:: Re-concretization of user specs @@ -1051,4 +1051,4 @@ the include is conditional. the ``--make-target-prefix`` flag and use the non-phony targets ``/env`` and ``/fetch`` as prerequisites, instead of the phony targets ``/all`` - and ``/fetch-all`` respectively. \ No newline at end of file + and ``/fetch-all`` respectively. -- cgit v1.2.3-60-g2f50