@@ -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 |
|