aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/brew.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/brew.sh b/Library/brew.sh
index 7fb16afdd..52e31bc08 100644
--- a/Library/brew.sh
+++ b/Library/brew.sh
@@ -227,9 +227,6 @@ update-preinstall() {
if [[ "$HOMEBREW_COMMAND" = "install" || "$HOMEBREW_COMMAND" = "upgrade" ]]
then
- # Hide shellcheck complaint:
- # shellcheck source=/dev/null
- source "$HOMEBREW_LIBRARY/Homebrew/cmd/update.sh"
brew update --preinstall
fi
}