Skip to content

Commit da239a3

Browse files
fix2
1 parent f53cdfc commit da239a3

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
@@ -10,7 +10,7 @@
1010
"onCreateCommand": "bash .devcontainer/onCreate.sh",
1111
// Runs automatically every time the dev container has been (re-)started
1212
"postStartCommand": "bash .devcontainer/postStartCommand.sh",
13-
"updateContentCommand": "bash .devcontainer/postStartCommand.sh",
13+
"updateContentCommand": "bash .devcontainer/updateContentCommand.sh",
1414
"customizations": {
1515
"codespaces": {
1616
"onStopCommand": "bash shutdown.sh"

0 commit comments

Comments
 (0)