Skip to content

Commit

Permalink
Try to fix devcontainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joern-lang-studitemps committed May 21, 2024
1 parent 16e47a3 commit 75b071a
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 @@ -8,8 +8,8 @@
"remoteEnv": {
"HEROKU_API_KEY": "${localEnv:FINOPSTECH_BOT_HEROKU_CLI_TOKEN}"
},
"onCreateCommand": ".devcontainer/bin/onCreateCommand",
"updateContentCommand": ".devcontainer/bin/updateContentCommand",
"onCreateCommand": "bin/onCreateCommand",
"updateContentCommand": "bin/updateContentCommand",
"customizations": {
"codespaces": {
"repositories": {
Expand Down

0 comments on commit 75b071a

Please sign in to comment.