Fix script path (#1925)

This commit is contained in:
Joakim Sørensen
2021-03-16 16:36:35 +01:00
committed by GitHub
parent b593f795c5
commit 2f8d2e41e3

2
.vscode/tasks.json vendored
View File

@@ -6,7 +6,7 @@
{ {
"label": "Start Home Assistant", "label": "Start Home Assistant",
"type": "shell", "type": "shell",
"command": "/workspaces/addons/.devcontainer/supervisor.sh", "command": "./.devcontainer/supervisor.sh",
"group": { "group": {
"kind": "test", "kind": "test",
"isDefault": true, "isDefault": true,