Skip to content

Commit 9ff28c9

Browse files
authored
wrong syntax
1 parent 79e6b14 commit 9ff28c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ elif [ "$IDF_COMMIT" ]; then
5656
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
5757
git switch -c work
5858
git submodule update --recursive
59-
git fetch origin branch-name:release/v5.3
59+
git fetch origin release/v5.3
6060
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
6161
commit_predefined="1"
6262
fi

0 commit comments

Comments
 (0)