From fec4ff5ca3e9f2a4bf9b876eac9bde87cee99955 Mon Sep 17 00:00:00 2001 From: Kaito Udagawa Date: Mon, 9 Aug 2021 02:21:45 +0900 Subject: [PATCH] Insert space I got the following error message: Install Clang or run `brew install gcc`.Alternatively, remove the flag to attempt bottle installation. A space is missing after the period. This change ensures a space to be inserted. --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index a0db4eb9b2..0c64230035 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -561,7 +561,7 @@ class BuildFlagsError < RuntimeError The following #{flag_text}: #{flags.join(", ")} #{require_text} building tools, but none are installed. - #{DevelopmentTools.installation_instructions}#{bottle_text} + #{DevelopmentTools.installation_instructions} #{bottle_text} EOS super message