Skip to content

Commit

Permalink
Fix typo in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo committed Jun 19, 2024
1 parent 4cdce52 commit 3f904ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if _submodules_need_updating; then
echo "For a clean checkout, consider running:"
echo " ./scripts/checkout_submodules.py --shallow --platform <your-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
Expand Down

0 comments on commit 3f904ab

Please sign in to comment.