aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-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: