diff options
author | Tom Payerle <payerle@umd.edu> | 2021-02-19 08:31:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 13:31:47 +0000 |
commit | f5e65e94e6c67853d203c61645f99d26bfb100f0 (patch) | |
tree | 2cef31bcc1f023c51b9c4e514e6c0f8a57c03f73 | |
parent | 3d2b08a971ded9fa4bf3a3d7c69c15e589b6adab (diff) | |
download | spack-f5e65e94e6c67853d203c61645f99d26bfb100f0.tar.gz spack-f5e65e94e6c67853d203c61645f99d26bfb100f0.tar.bz2 spack-f5e65e94e6c67853d203c61645f99d26bfb100f0.tar.xz spack-f5e65e94e6c67853d203c61645f99d26bfb100f0.zip |
documentation: correct precedence of included configs in environment spack.yaml (#18663)
fixes #17993
-rw-r--r-- | lib/spack/docs/environments.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst index 421296389a..064cfad336 100644 --- a/lib/spack/docs/environments.rst +++ b/lib/spack/docs/environments.rst @@ -441,8 +441,8 @@ Environments can include files with either relative or absolute paths. Inline configurations take precedence over included configurations, so you don't have to change shared configuration files to make small changes to an individual Environment. Included configs -listed later will have higher precedence, as the included configs are -applied in order. +listed earlier will have higher precedence, as the included configs are +applied in reverse order. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Manually Editing the Specs List |