Skip to content

Commit 7fd3064

Browse files
authored
Update install-esp-idf.sh
1 parent 57ec741 commit 7fd3064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/install-esp-idf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ if [ -z "$IDF_PATH" ]; then
1818
if ! [ -d esp-idf ]; then
1919
echo "git clone $IDF_REPO_URL -b $IDF_BRANCH"
2020
git clone $IDF_REPO_URL -b $IDF_BRANCH
21-
echo "git -C "$IDF_PATH" checkout e8af343d93b8fe409f6b793e955c608d4f75607b"
22-
git -C "$IDF_PATH" checkout e8af343d93b8fe409f6b793e955c608d4f75607b
21+
echo "git -C "$IDF_BRANCH" checkout e8af343d93b8fe409f6b793e955c608d4f75607b"
22+
git -C "$IDF_BRANCH" checkout e8af343d93b8fe409f6b793e955c608d4f75607b
2323
fi
2424
export IDF_PATH="$AR_ROOT/esp-idf"
2525
fi

0 commit comments

Comments
 (0)