mirror of
https://github.com/esphome/esphome.git
synced 2025-02-12 07:58:17 +00:00
Fix argument order in gitpod config file (#3058)
This commit is contained in:
parent
89e7448007
commit
09402fdb22
@ -3,4 +3,4 @@ ports:
|
|||||||
onOpen: open-preview
|
onOpen: open-preview
|
||||||
tasks:
|
tasks:
|
||||||
- before: pyenv local $(pyenv version | grep '^3\.' | cut -d ' ' -f 1) && script/setup
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user