Skip to content

Commit 965f468

Browse files
authored
Update update-components.sh
1 parent 6db4ae6 commit 965f468

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/update-components.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ if [ $? -ne 0 ]; then exit 1; fi
5757
if [ ! -d "$AR_COMPS/esp_littlefs" ]; then
5858
git clone $LITTLEFS_REPO_URL "$AR_COMPS/esp_littlefs" && \
5959
git -C "$AR_COMPS/esp_littlefs" submodule update --init --recursive
60-
# git -C "$AR_COMPS/esp_littlefs" checkout 819de4e33433d06c479627ee678ed5d81c2978c6
6160
else
6261
git -C "$AR_COMPS/esp_littlefs" fetch && \
6362
git -C "$AR_COMPS/esp_littlefs" pull --ff-only && \
6463
git -C "$AR_COMPS/esp_littlefs" submodule update --init --recursive
65-
# git -C "$AR_COMPS/esp_littlefs" checkout 819de4e33433d06c479627ee678ed5d81c2978c6
6664
fi
6765
if [ $? -ne 0 ]; then exit 1; fi
6866

0 commit comments

Comments
 (0)