Skip to content

Commit

Permalink
Merge branch 'ci/fix_extra_backslash' into 'release/v5.1'
Browse files Browse the repository at this point in the history
build_template_app: Remove extra backslash

See merge request espressif/esp-idf!24374
  • Loading branch information
mahavirj committed Jun 23, 2023
2 parents 79e12a1 + 2fb799c commit c570f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/build_template_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ build_stage1() {
--size-file size.json \
--collect-size-info size_info.txt \
--default-build-targets esp32,esp32s2,esp32s3,esp32c2,esp32c3,esp32c6,esp32h2 \
--ignore-warning-str "DeprecationWarning: pkg_resources is deprecated as an API"\
--ignore-warning-str "DeprecationWarning: pkg_resources is deprecated as an API"
}

# Default arguments
Expand Down

0 comments on commit c570f67

Please sign in to comment.