From 82d3890495a13d488dc2a024f69979d914b6bf6d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 7 Aug 2012 14:21:52 -0500 Subject: [PATCH] Fix typo in conflicts_with DSL method Signed-off-by: Jack Nagel --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 166e30cb27..fb0855a173 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -630,7 +630,7 @@ private message = <<-EOS.undent #{formula} cannot be installed alongside #{name.downcase}. EOS - message << "This is because #{opts[:reason]}\n" if opts[:reason] + message << "This is because #{opts[:because]}\n" if opts[:because] if !ARGV.force? then message << <<-EOS.undent Please `brew unlink` or `brew uninstall` #{formula} before continuing. To install anyway, use: