From fab77a8cbd4c6c41b42dc3f6ead7ef397d0075a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Clemens=20M=C3=BCller?= Date: Thu, 3 Apr 2014 16:08:24 +0200 Subject: [PATCH] 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 --- Library/Homebrew/blacklist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 017c77ea91..205a32ca15 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