diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2022-10-06 11:45:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 09:45:46 +0000 |
commit | fc5da7499801dd3856f594ad0354f5310e7997ce (patch) | |
tree | db7974f19fdcad4d08d90b96d3648d248f09720f /lib | |
parent | 0bc23d8bdc23cdf589c1995d4f05060bec9dcb7c (diff) | |
download | spack-fc5da7499801dd3856f594ad0354f5310e7997ce.tar.gz spack-fc5da7499801dd3856f594ad0354f5310e7997ce.tar.bz2 spack-fc5da7499801dd3856f594ad0354f5310e7997ce.tar.xz spack-fc5da7499801dd3856f594ad0354f5310e7997ce.zip |
docs: fix deprecated use of install_tree (#33004)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/config_yaml.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/docs/config_yaml.rst b/lib/spack/docs/config_yaml.rst index 8e47a30c85..b93384e81b 100644 --- a/lib/spack/docs/config_yaml.rst +++ b/lib/spack/docs/config_yaml.rst @@ -19,9 +19,9 @@ see the default settings by looking at These settings can be overridden in ``etc/spack/config.yaml`` or ``~/.spack/config.yaml``. See :ref:`configuration-scopes` for details. --------------------- -``install_tree`` --------------------- +--------------------- +``install_tree:root`` +--------------------- The location where Spack will install packages and their dependencies. Default is ``$spack/opt/spack``. |