aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-08-07 14:21:52 -0500
committerJack Nagel2012-08-07 14:24:34 -0500
commit82d3890495a13d488dc2a024f69979d914b6bf6d (patch)
treec018fe7c0c540bf618ab2bcaaf9c6a29f609e198
parentd5ba82ca7e050d05f21c4ab6d0d10e6ccc701b2b (diff)
downloadbrew-82d3890495a13d488dc2a024f69979d914b6bf6d.tar.bz2
Fix typo in conflicts_with DSL method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 166e30cb2..fb0855a17 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: