Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0800c7

Browse files
committed
fix(logging): Fix log message
1 parent7b9c471 commitc0800c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/scripts/update-version.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cat platform.txt | sed "s/version=.*/version=$ESP_ARDUINO_VERSION/g" > __platfor
3636
echo"Updating package.json..."
3737
cat package.json| sed"s/.*\"version\":.*/\"version\":\"$ESP_ARDUINO_VERSION\",/g"> __package.json&& mv __package.json package.json
3838

39-
echo"Updating conf_common.py..."
39+
echo"Updatingdocs/conf_common.py..."
4040
cat docs/conf_common.py| \
4141
sed"s/.. |version| replace:: .*/.. |version| replace::$ESP_ARDUINO_VERSION/g"| \
4242
sed"s/.. |idf_version| replace:: .*/.. |idf_version| replace::$ESP_IDF_VERSION/g"> docs/__conf_common.py&& mv docs/__conf_common.py docs/conf_common.py

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp