From 6058597eb3ab01211ac2bdc57e8a1ef9a580716c Mon Sep 17 00:00:00 2001 From: joonhaengHeo <85541460+joonhaengHeo@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:54:35 +0900 Subject: [PATCH] Fix typo in bootstrap (#34005) --- scripts/setup/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup/bootstrap.sh b/scripts/setup/bootstrap.sh index 16e1f6064c5b90..af71eb9b1cfefe 100644 --- a/scripts/setup/bootstrap.sh +++ b/scripts/setup/bootstrap.sh @@ -207,7 +207,7 @@ if _submodules_need_updating; then echo "For a clean checkout, consider running:" echo " ./scripts/checkout_submodules.py --shallow --platform " echo "OR for a full checkout:" - echo " git submodules update -f --init --recursive" + echo " git submodule update -f --init --recursive" # reset output if which tput >/dev/null; then tput sgr0; fi