From 2f8c652459bc66a08fab164851cc3978b94bf4fa Mon Sep 17 00:00:00 2001 From: Oli Larkin Date: Sat, 2 Dec 2023 20:49:29 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b905a59..9c24bef 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,10 +11,10 @@ ], "codespaces": { "repositories": { - "iPlug2/iPlug2OOS": { + "iplug2/iplug2oos": { "permissions": "write-all" }, - "iPlug2/iPlug2": { + "iplug2/iplug2": { "permissions": "read-all" } }