From f12ae1bcd08db6489cdbf63390fd7cedcf5bf3f3 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Mon, 25 May 2020 18:49:35 +0200 Subject: Fix typo for allow_sgid (#16806) fixes #14425 The config: prefix should be included in the actual option name and makes it impossible to change this option. --- etc/spack/defaults/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index 4e4b48296c..a5727874ea 100644 --- a/etc/spack/defaults/config.yaml +++ b/etc/spack/defaults/config.yaml @@ -160,4 +160,4 @@ config: # Set to 'false' to allow installation on filesystems that doesn't allow setgid bit # manipulation by unprivileged user (e.g. AFS) - config:allow_sgid: true + allow_sgid: true -- cgit v1.2.3-60-g2f50