Fix typo in documentation note about concretizer:unify (#31246)
This commit is contained in:
parent
9fad3ed5f1
commit
147f39d7aa
@ -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
|
The ``concretizer:unify`` config option was introduced in Spack 0.18 to
|
||||||
replace the ``concretization`` property. For reference,
|
replace the ``concretization`` property. For reference,
|
||||||
``concretization: separately`` is replaced by ``concretizer:unify:true``,
|
``concretization: together`` is replaced by ``concretizer:unify:true``,
|
||||||
and ``concretization: together`` is replaced by ``concretizer:unify:false``.
|
and ``concretization: separately`` is replaced by ``concretizer:unify:false``.
|
||||||
|
|
||||||
.. admonition:: Re-concretization of user specs
|
.. 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
|
the ``--make-target-prefix`` flag and use the non-phony targets
|
||||||
``<target-prefix>/env`` and ``<target-prefix>/fetch`` as
|
``<target-prefix>/env`` and ``<target-prefix>/fetch`` as
|
||||||
prerequisites, instead of the phony targets ``<target-prefix>/all``
|
prerequisites, instead of the phony targets ``<target-prefix>/all``
|
||||||
and ``<target-prefix>/fetch-all`` respectively.
|
and ``<target-prefix>/fetch-all`` respectively.
|
||||||
|
Loading…
Reference in New Issue
Block a user