File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,12 @@ if [ $? -ne 0 ]; then exit 1; fi
93
93
if [ ! -d " $AR_COMPS /esp_littlefs" ]; then
94
94
git clone $LITTLEFS_REPO_URL " $AR_COMPS /esp_littlefs" && \
95
95
git -C " $AR_COMPS /esp_littlefs" submodule update --init --recursive
96
- git -C " $AR_COMPS /esp_littlefs" checkout 4ee5881509360d6c58b16bbc698218ee5e21b4d2
96
+ # git -C "$AR_COMPS/esp_littlefs" checkout 4ee5881509360d6c58b16bbc698218ee5e21b4d2
97
97
else
98
98
git -C " $AR_COMPS /esp_littlefs" fetch && \
99
99
git -C " $AR_COMPS /esp_littlefs" pull --ff-only && \
100
100
git -C " $AR_COMPS /esp_littlefs" submodule update --init --recursive
101
- git -C " $AR_COMPS /esp_littlefs" checkout 4ee5881509360d6c58b16bbc698218ee5e21b4d2
101
+ # git -C "$AR_COMPS/esp_littlefs" checkout 4ee5881509360d6c58b16bbc698218ee5e21b4d2
102
102
fi
103
103
if [ $? -ne 0 ]; then exit 1; fi
104
104
You can’t perform that action at this time.
0 commit comments