Merge pull request #10885 from dkav/quiet-update

Replace tab with spaces and align indent
This commit is contained in:
Mike McQuaid 2021-03-19 09:38:23 +00:00 committed by GitHub
commit 5588b6750c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -664,7 +664,7 @@ EOS
brew update-report "$@"
return $?
elif [[ -z "$HOMEBREW_UPDATE_PREINSTALL" &&
-z "$HOMEBREW_QUIET" ]]
-z "$HOMEBREW_QUIET" ]]
then
echo "Already up-to-date."
fi