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:
Clemens Müller 2014-04-03 16:08:24 +02:00 committed by Jack Nagel
parent 63da62c6d0
commit fab77a8cbd

View File

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