Skip to content

Commit 23f9de0

Browse files
authored
Update install-esp-idf.sh
1 parent a877bc0 commit 23f9de0

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
@@ -58,7 +58,7 @@ elif [ "$IDF_COMMIT" ]; then
5858
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
5959
git reset --hard $IDF_COMMIT
6060
git submodule update --recursive
61-
git rm $IDF_PATH/components/wifi_provisioning/*
61+
git rm -r $IDF_PATH/components/wifi_provisioning
6262
git commit -m "delete leftovers from wifi-provisioning"
6363
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
6464
commit_predefined="1"

0 commit comments

Comments
 (0)