brew.sh: fix indentation

Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
Dawid Dziurla 2020-08-25 07:16:53 +02:00
parent d9e8afe5a1
commit 1863b85dbe
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -7,7 +7,7 @@ esac
# Colorize output on GitHub Actions.
if [[ -n "$GITHUB_ACTIONS" ]]; then
export HOMEBREW_COLOR="1"
export HOMEBREW_COLOR="1"
fi
# Force UTF-8 to avoid encoding issues for users with broken locale settings.