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.
This commit is contained in:
Michael Kuhn 2020-05-25 18:49:35 +02:00 committed by GitHub
parent c4031f0455
commit f12ae1bcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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