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:
Issy Long 2024-08-30 20:54:48 +01:00 committed by GitHub
parent 76543a99d3
commit 1d22b83363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,11 @@
"Homebrew/homebrew-bundle": {
"permissions": {
"contents": "write"
},
"Homebrew/homebrew-services": {
"permissions": {
"contents": "write"
}
}
},
"Homebrew/homebrew-services": {
"permissions": {
"contents": "write"
}
}
}