diff options
author | Greg Becker <becker33@llnl.gov> | 2018-10-10 18:54:58 -0700 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2018-10-10 18:54:58 -0700 |
commit | 7ece1a86763045fc15582792a584d45c3485f860 (patch) | |
tree | 3eb92c26dbafdb9f5b44f77e2e770a7c18334ec7 /etc | |
parent | 312de47594aa751bddfd20daa341cea4a5e94ebe (diff) | |
download | spack-7ece1a86763045fc15582792a584d45c3485f860.tar.gz spack-7ece1a86763045fc15582792a584d45c3485f860.tar.bz2 spack-7ece1a86763045fc15582792a584d45c3485f860.tar.xz spack-7ece1a86763045fc15582792a584d45c3485f860.zip |
Correct name for install_path_scheme in defaults config.yaml (#9482)
Default config.yaml mis-named `install_path_scheme` as `directory_layout`.
This commit corrects the error.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index 4092140e29..7387203867 100644 --- a/etc/spack/defaults/config.yaml +++ b/etc/spack/defaults/config.yaml @@ -25,7 +25,7 @@ config: # default directory layout - directory_layout: "${ARCHITECTURE}/${COMPILERNAME}-${COMPILERVER}/${PACKAGE}-${VERSION}-${HASH}" + install_path_scheme: "${ARCHITECTURE}/${COMPILERNAME}-${COMPILERVER}/${PACKAGE}-${VERSION}-${HASH}" # Locations where different types of modules should be installed. |