From 1863b85dbe0a020c3567f7fbb13d3ca9d1a86267 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 25 Aug 2020 07:16:53 +0200 Subject: [PATCH] brew.sh: fix indentation Co-authored-by: Markus Reiter --- 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 b086f48276..6ef9369f3e 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -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.