From 53c261814e42a181f856127687e7ea5770283d06 Mon Sep 17 00:00:00 2001 From: Sharon Azriel <150116802+sazriel26@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:54:29 +0200 Subject: [PATCH] Fix brew style on update.sh (2) --- Library/Homebrew/cmd/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index ea4163acf7..3d777c9a59 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -647,7 +647,6 @@ EOS CURL_GITHUB_API_ARGS=() fi - if [[ "${DIR}" == "${HOMEBREW_REPOSITORY}" && -n "${HOMEBREW_UPDATE_TO_TAG}" ]] then # Only try to `git fetch` when the upstream tags have changed