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