Skip to content

Commit f12ae1b

Browse files
authored
Fix typo for allow_sgid (spack#16806)
fixes spack#14425 The config: prefix should be included in the actual option name and makes it impossible to change this option.
1 parent c4031f0 commit f12ae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/spack/defaults/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ config:
160160

161161
# Set to 'false' to allow installation on filesystems that doesn't allow setgid bit
162162
# manipulation by unprivileged user (e.g. AFS)
163-
config:allow_sgid: true
163+
allow_sgid: true

0 commit comments

Comments
 (0)