From 7ece1a86763045fc15582792a584d45c3485f860 Mon Sep 17 00:00:00 2001
From: Greg Becker <becker33@llnl.gov>
Date: Wed, 10 Oct 2018 18:54:58 -0700
Subject: [PATCH] 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.
---
 etc/spack/defaults/config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
GitLab