Skip to content

Commit

Permalink
Improve pattern match in fix-example-for-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Sep 2, 2023
1 parent dfca65a commit 9d1cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-support/fix-example-for-ci
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

sed -i '/kpfleming/ {s^github://kpfleming/esphome-sunpower@v1^\n type: local\n path: ../components^}' ${1}
sed -i '/kpfleming/ {s^ github://kpfleming/esphome-sunpower.*$^\n type: local\n path: ../components^}' ${1}

0 comments on commit 9d1cecf

Please sign in to comment.