fix(comment): Fix comment with proper description · espressif/arduino-esp32@1dad781 (original) (raw)

Original file line number Diff line number Diff line change
@@ -346,7 +346,7 @@ sed '0,/github\.com\/espressif\//!s|github\.com/espressif/ dl.espressif.cn/githu
346 346 if [ "$RELEASE_PRE" == "false" ]; then
347 347 echo "Generating $PACKAGE_JSON_REL ..."
348 348 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.
350 350 sed '0,/github\.com\/espressif\//!s|github\.com/espressif/
351 351 fi
352 352