Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nitya authored Sep 27, 2023
1 parent 4a9438d commit 0b998cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

"waitFor": "onCreateCommand",
"updateContentCommand": "python3 -m pip install -r requirements.txt",
"postCreateCommand": "bash .devcontainer/post-create.sh",
"postCreateCommand": "bash .devcontainer/post-create.sh",

"customizations": {
"codespaces": {
Expand All @@ -22,4 +22,4 @@
]
}
}
}
}

0 comments on commit 0b998cb

Please sign in to comment.