Merge pull request #11834 from umireon/umireon-insert-space

Insert space
This commit is contained in:
Mike McQuaid 2021-08-09 13:25:06 +01:00 committed by GitHub
commit d829145459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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