diff options
| author | Clemens Müller | 2014-04-03 16:08:24 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-04-03 09:34:40 -0500 |
| commit | fab77a8cbd4c6c41b42dc3f6ead7ef397d0075a6 (patch) | |
| tree | be70cff5fcedf0922e19a5f0f14b4727edcef21b /Library | |
| parent | 63da62c6d081edb3925458558fc7edd90c8a7261 (diff) | |
| download | brew-fab77a8cbd4c6c41b42dc3f6ead7ef397d0075a6.tar.bz2 | |
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>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 017c77ea9..205a32ca1 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -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 |
