Update ambiguous command (#1889)

This commit is contained in:
Jesse Hills 2021-06-10 21:13:18 +12:00 committed by GitHub
parent d23376b81e
commit 11b8210e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
{
"label": "run",
"type": "shell",
"command": "python3 -m esphome dashboard config",
"command": "python3 -m esphome dashboard config/",
"problemMatcher": []
}
]