Skip to content
Snippets Groups Projects
Commit 7ece1a86 authored by Greg Becker's avatar Greg Becker Committed by Peter Scheibel
Browse files

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.
parent 312de475
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ config: ...@@ -25,7 +25,7 @@ config:
# default directory layout # 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. # Locations where different types of modules should be installed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment