brew.sh: remove trailing period.

This commit is contained in:
Mike McQuaid 2020-11-26 08:35:42 +00:00 committed by GitHub
parent 2aecfe60fc
commit 6f4d2a9dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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