Brew style --fix (applied)

This commit is contained in:
Sharon Azriel 2024-01-11 12:10:43 +02:00
parent 4a37e81179
commit d9a38e76a9

View File

@ -644,7 +644,8 @@ EOS
UPSTREAM_REPOSITORY_TOKEN="${BASH_REMATCH[4]:-${BASH_REMATCH[2]}}"
fi
if [[ -n "${UPSTREAM_REPOSITORY}" ]]; then
if [[ -n "${UPSTREAM_REPOSITORY}" ]]
then
# HOMEBREW_GITHUB_API_TOKEN is optionally defined in the user environment.
# Global token HOMEBREW_GITHUB_API_TOKEN supersedes local defined one
# shellcheck disable=SC2153