From b72622ea5e34737fba56d1e96323a10aa9865412 Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Fri, 14 Jun 2024 23:00:33 +0000 Subject: [PATCH] Fixed git-submodule typo in bootstrap script --- 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