Fix staff > wheel group ownership

This commit is contained in:
Nindi Gill 2022-12-25 16:05:21 +11:00
parent 7d0428701d
commit ca1af45d7d
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ struct HelperToolCommandRunner {
let attributes: [FileAttributeKey: Any] = [
.posixPermissions: 0o755,
.ownerAccountName: ownerAccountName,
.groupOwnerAccountName: "staff"
.groupOwnerAccountName: "wheel"
]
do {