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,6 +14,7 @@
|
||||
"Homebrew/homebrew-bundle": {
|
||||
"permissions": {
|
||||
"contents": "write"
|
||||
}
|
||||
},
|
||||
"Homebrew/homebrew-services": {
|
||||
"permissions": {
|
||||
@ -21,7 +22,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vscode": {
|
||||
// Installing all necessary extensions for vscode
|
||||
|
Loading…
x
Reference in New Issue
Block a user