Skip to content

Commit

Permalink
Fix devcontainer name
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 23, 2023
1 parent ed16cd3 commit 7f0e246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
}
},
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"name": "Asynchronous client for Elgato Lights",
"name": "Asynchronous Python client for Twente Milieu API",
"updateContentCommand": ". ${NVM_DIR}/nvm.sh && nvm install && nvm use && npm install && poetry install && poetry run pre-commit install"
}

0 comments on commit 7f0e246

Please sign in to comment.