Skip to content

Commit c50e2ec

Browse files
authored
Update build.sh
1 parent 41ae985 commit c50e2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ if [ "$BUILD_TYPE" = "all" ]; then
314314
ibr=$(git describe --all 2>/dev/null)
315315
ic=$(git -C "$IDF_PATH" rev-parse --short HEAD)
316316
popd
317-
python3 ./tools/gen_pioarduino_manifes.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"
317+
python3 tools/gen_pioarduino_manifes.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"
318318
# python3 ./tools/gen_platformio_manifest.py -o "$TOOLS_JSON_OUT/" -s "$IDF_BRANCH" -c "$IDF_COMMIT"
319319
if [ $? -ne 0 ]; then exit 1; fi
320320
fi

0 commit comments

Comments
 (0)