From e084ba762c3a2a521a11eb7e9c48c88de6ac22a9 Mon Sep 17 00:00:00 2001 From: J Rob Gant Date: Thu, 10 Dec 2020 11:20:46 -0500 Subject: [PATCH] fix typo --- Library/Homebrew/cmd/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index 111644907b..9f2d6070fd 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -399,7 +399,7 @@ homebrew-core and homebrew-cask are shallow clones. To \`brew update\` first run git -C "$HOMEBREW_LIBRARY/Taps/homebrew/homebrew-cask" fetch --unshallow This restriction has been made on GitHub's request because updating shallow clones is an extremely expensive operation due to the tree layout and traffic of -Homebrew/homebrew-core and Homebrew/homebrew-core. We don't do this for you +Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you automatically to avoid repeatedly performing an expensive unshallow operation in CI systems (which should instead be fixed to not use shallow clones). Sorry for the inconvenience!