Fix argument order in gitpod config file (#3058)

This commit is contained in:
Oxan van Leeuwen 2022-01-16 23:40:27 +01:00 committed by GitHub
parent 89e7448007
commit 09402fdb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ ports:
onOpen: open-preview
tasks:
- before: pyenv local $(pyenv version | grep '^3\.' | cut -d ' ' -f 1) && script/setup
command: python -m esphome config dashboard
command: python -m esphome dashboard config