We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b5527 commit 1bf70b6Copy full SHA for 1bf70b6
scripts/setup/bootstrap.sh
@@ -207,7 +207,7 @@ if _submodules_need_updating; then
207
echo "For a clean checkout, consider running:"
208
echo " ./scripts/checkout_submodules.py --shallow --platform <your-platform>"
209
echo "OR for a full checkout:"
210
- echo " git submodules update -f --init --recursive"
+ echo " git submodule update -f --init --recursive"
211
212
# reset output
213
if which tput >/dev/null; then tput sgr0; fi
0 commit comments