summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCody Balos <balos1@llnl.gov>2022-06-24 02:31:43 -0700
committerGitHub <noreply@github.com>2022-06-24 11:31:43 +0200
commit147f39d7aa181fc178ad13460aeeba5a7461dfa7 (patch)
treea494a7acf6808c50764323852d97c8ee04aa9239 /lib
parent9fad3ed5f19f0ad61f382e0ef4f46692294cb95c (diff)
downloadspack-147f39d7aa181fc178ad13460aeeba5a7461dfa7.tar.gz
spack-147f39d7aa181fc178ad13460aeeba5a7461dfa7.tar.bz2
spack-147f39d7aa181fc178ad13460aeeba5a7461dfa7.tar.xz
spack-147f39d7aa181fc178ad13460aeeba5a7461dfa7.zip
Fix typo in documentation note about concretizer:unify (#31246)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/environments.rst6
1 files 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
``<target-prefix>/env`` and ``<target-prefix>/fetch`` as
prerequisites, instead of the phony targets ``<target-prefix>/all``
- and ``<target-prefix>/fetch-all`` respectively. \ No newline at end of file
+ and ``<target-prefix>/fetch-all`` respectively.