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.
This commit is contained in:
parent
5ea678bbc7
commit
fec4ff5ca3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user