Skip to content

Commit 6058597

Browse files
joonhaengHeopull[bot]
authored andcommitted
Fix typo in bootstrap (#34005)
1 parent 4c93713 commit 6058597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ if _submodules_need_updating; then
207207
echo "For a clean checkout, consider running:"
208208
echo " ./scripts/checkout_submodules.py --shallow --platform <your-platform>"
209209
echo "OR for a full checkout:"
210-
echo " git submodules update -f --init --recursive"
210+
echo " git submodule update -f --init --recursive"
211211

212212
# reset output
213213
if which tput >/dev/null; then tput sgr0; fi

0 commit comments

Comments
 (0)