10000 Merge pull request #7350 from bablokb/fix-devcontainer · adafruit/circuitpython@37a3059 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37a3059

Browse files
authored
Merge pull request #7350 from bablokb/fix-devcontainer
fixed typo (path) in postCreateCommand
2 parents 1e7f54c + 73084ac commit 37a3059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/cortex-m/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "CircuitPython Cortex-M Build-Environment (base: Default Linux Universal)",
55
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
6-
"postCreateCommand": ".devcontainer/cortex-mq/on-create.sh",
6+
"postCreateCommand": ".devcontainer/cortex-m/on-create.sh",
77
"remoteEnv": { "PATH": "/workspaces/gcc-arm-none-eabi/bin:${containerEnv:PATH}" }
88

99
// Features to add to the dev container. More info: https://containers.dev/features.

0 commit comments

Comments
 (0)
0