Skip to content

Commit 4cc7d8a

Browse files
authored
fix path
1 parent 23f9de0 commit 4cc7d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if [ "$IDF_TAG" ]; then
5252
git -C "$IDF_PATH" checkout "tags/$IDF_TAG"
5353
idf_was_installed="1"
5454
elif [ "$IDF_COMMIT" ]; then
55+
cd $IDF_PATH
5556
git remote add cherrypick https://github.com/$IDF_REPO.git
5657
git fetch cherrypick release/v5.3
5758
echo "Checkout commit $IDF_COMMIT from branch $IDF_BRANCH"

0 commit comments

Comments
 (0)