Docs: fix missing backtick in Environments docs (#24109)
This commit is contained in:
parent
506d5744aa
commit
3d0bad465b
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ to ``spack install`` on the command line, ``--no-add`` is the default,
|
||||||
while for dependency specs on the other hand, it is optional. In other
|
while for dependency specs on the other hand, it is optional. In other
|
||||||
words, if there is an unambiguous match in the active concrete environment
|
words, if there is an unambiguous match in the active concrete environment
|
||||||
for a root spec provided to ``spack install`` on the command line, spack
|
for a root spec provided to ``spack install`` on the command line, spack
|
||||||
does not require you to specify the ``--no-add` option to prevent the spec
|
does not require you to specify the ``--no-add`` option to prevent the spec
|
||||||
from being added again. At the same time, a spec that already exists in the
|
from being added again. At the same time, a spec that already exists in the
|
||||||
environment, but only as a dependency, will be added to the environment as a
|
environment, but only as a dependency, will be added to the environment as a
|
||||||
root spec without the ``--no-add`` option.
|
root spec without the ``--no-add`` option.
|
||||||
|
|
Loading…
Reference in a new issue