documentation: correct precedence of included configs in environment spack.yaml (#18663)

fixes #17993
This commit is contained in:
Tom Payerle 2021-02-19 08:31:47 -05:00 committed by GitHub
parent 3d2b08a971
commit f5e65e94e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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