diff --git a/.gitpod.yml b/.gitpod.yml index 6d233420a..4428abd79 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: -- before: pip install -U platformio -- command: platformio run + - before: pip install -U platformio + - command: platformio run