File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ echo "New Arduino Version: $ESP_ARDUINO_VERSION"
35
35
echo " ESP-IDF Version: $ESP_IDF_VERSION "
36
36
37
37
echo " Updating issue template..."
38
- cat .github/ISSUE_TEMPLATE/issue -report.yml | \
39
- sed " s/.*\- latest master .*/ - latest master \(checkout manually\)\\ n - v$ESP_ARDUINO_VERSION /g" > __issue-report.yml && mv __issue-report.yml .github/ISSUE_TEMPLATE/issue -report.yml
38
+ cat .github/ISSUE_TEMPLATE/Issue -report.yml | \
39
+ sed " s/.*\- latest master .*/ - latest master \(checkout manually\)\\ n - v$ESP_ARDUINO_VERSION /g" > __issue-report.yml && mv __issue-report.yml .github/ISSUE_TEMPLATE/Issue -report.yml
40
40
41
41
echo " Updating platform.txt..."
42
42
cat platform.txt | sed " s/version=.*/version=$ESP_ARDUINO_VERSION /g" > __platform.txt && mv __platform.txt platform.txt
You can’t perform that action at this time.
0 commit comments