From 73084ac79fb1ec7f03bf0991a1ee409ff6c32fe1 Mon Sep 17 00:00:00 2001 From: Bernhard Bablok Date: Fri, 16 Dec 2022 09:13:34 +0100 Subject: [PATCH] fixed typo (path) in postCreateCommand --- .devcontainer/cortex-m/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/cortex-m/devcontainer.json b/.devcontainer/cortex-m/devcontainer.json index 796f83a4eb..ee8aeb1ea0 100644 --- a/.devcontainer/cortex-m/devcontainer.json +++ b/.devcontainer/cortex-m/devcontainer.json @@ -3,7 +3,7 @@ { "name": "CircuitPython Cortex-M Build-Environment (base: Default Linux Universal)", "image": "mcr.microsoft.com/devcontainers/universal:2-linux", - "postCreateCommand": ".devcontainer/cortex-mq/on-create.sh", + "postCreateCommand": ".devcontainer/cortex-m/on-create.sh", "remoteEnv": { "PATH": "/workspaces/gcc-arm-none-eabi/bin:${containerEnv:PATH}" } // Features to add to the dev container. More info: https://containers.dev/features.