mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
devcontainer: Fix Codespace repository permissions
As pointed out in 8b3be30a83 (r146048190)
(thank you, @noahsettersten!), this was nested wrong. JSON is hard!
This commit is contained in:
parent
76543a99d3
commit
1d22b83363
@ -14,11 +14,11 @@
|
||||
"Homebrew/homebrew-bundle": {
|
||||
"permissions": {
|
||||
"contents": "write"
|
||||
},
|
||||
"Homebrew/homebrew-services": {
|
||||
"permissions": {
|
||||
"contents": "write"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Homebrew/homebrew-services": {
|
||||
"permissions": {
|
||||
"contents": "write"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user