From 3d0f543b63619f657d5eb4ca14fb2eadf6fe02ce Mon Sep 17 00:00:00 2001 From: sazriel26 <150116802+sazriel26@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:25:23 +0200 Subject: [PATCH] Update Library/Homebrew/cmd/update.sh Remove one empty line? Co-authored-by: Mike McQuaid --- 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 6e51988c47..b3e2246463 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -633,7 +633,6 @@ EOS # HOMEBREW_UPDATE_FORCE and HOMEBREW_UPDATE_AUTO aren't modified here so ignore subshell warning. # shellcheck disable=SC2030 - if [[ "${UPSTREAM_REPOSITORY_URL}" = "https://github.com/"* ]] then UPSTREAM_REPOSITORY="${UPSTREAM_REPOSITORY_URL#https://github.com/}"