From 6f4d2a9dcd883a512d814e5588c37712fbdc9be5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 26 Nov 2020 08:35:42 +0000 Subject: [PATCH] brew.sh: remove trailing period. --- Library/Homebrew/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index e753515c51..24235954b9 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -377,7 +377,7 @@ Your cURL executable: $(type -p $HOMEBREW_CURL)" if [[ $(numeric "$major.$minor.$micro.$build") -lt $(numeric "$HOMEBREW_MINIMUM_GIT_VERSION") ]] then message="Please update your system Git. -Minimum required version: ${HOMEBREW_MINIMUM_GIT_VERSION}. +Minimum required version: ${HOMEBREW_MINIMUM_GIT_VERSION} Your Git version: $major.$minor.$micro.$build Your Git executable: $(unset git && type -p $HOMEBREW_GIT)" if [[ -z $HOMEBREW_GIT_PATH || -z $HOMEBREW_DEVELOPER ]]; then