Skip to content

Commit 1dad781

Browse files
committed
fix(comment): Fix comment with proper description
1 parent 7004781 commit 1dad781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/on-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/githu
346346
if [ "$RELEASE_PRE" == "false" ]; then
347347
echo "Generating $PACKAGE_JSON_REL ..."
348348
cat "$PACKAGE_JSON_TEMPLATE" | jq "$jq_arg" > "$OUTPUT_DIR/$PACKAGE_JSON_REL"
349-
# On MacOS the sed command won't behave as expected. Use gsed instead.
349+
# On MacOS the sed command won't skip the first match. Use gsed instead.
350350
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g' "$OUTPUT_DIR/$PACKAGE_JSON_REL" > "$OUTPUT_DIR/$PACKAGE_JSON_REL_CN"
351351
fi
352352

0 commit comments

Comments
 (0)