diff --git a/Library/brew.sh b/Library/brew.sh index 0469244b3b..5daeda3251 100644 --- a/Library/brew.sh +++ b/Library/brew.sh @@ -224,7 +224,7 @@ update-preinstall() { # Hide shellcheck complaint: # shellcheck source=/dev/null source "$HOMEBREW_LIBRARY/Homebrew/cmd/update.sh" - homebrew-update --preinstall + brew update --preinstall fi }