Skip to content

Commit fc68e69

Browse files
authored
Fix Gitpod launch command to use live-html target (esphome#2367)
1 parent 0af4104 commit fc68e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ports:
44

55
tasks:
66
- before: pip3 install -r requirements.txt
7-
command: make webserver
7+
command: make live-html

0 commit comments

Comments
 (0)