Skip to content

Commit 80f1996

Browse files
authored
bash scripts/install.sh
1 parent 8971013 commit 80f1996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ghcr.io/devcontainers/features/rust:1": {},
55
"ghcr.io/devcontainers/features/azure-cli:1": {}
66
},
7-
"postCreateCommand": "./scripts/install.sh",
7+
"postCreateCommand": "bash scripts/install.sh",
88
"customizations": {
99
"vscode": {
1010
"extensions": [

0 commit comments

Comments
 (0)