Add missing '`' to message of blacklisted rubinius
As pointed out by @mikemcquaid in http://git.io/Q5b9wg Closes Homebrew/homebrew#28106. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
63da62c6d0
commit
fab77a8cbd
@ -76,7 +76,7 @@ def blacklisted? name
|
||||
when 'rubinius' then <<-EOS.undent
|
||||
Rubinius requires an existing Ruby 2.0 to bootstrap.
|
||||
Doing this through Homebrew is error-prone. Instead, consider using
|
||||
ruby-build` to build and install specific versions of Ruby:
|
||||
`ruby-build` to build and install specific versions of Ruby:
|
||||
brew install ruby-build
|
||||
EOS
|
||||
when 'osmium' then <<-EOS.undent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user