aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/software_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
-rw-r--r--Library/Homebrew/software_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb
index 41e2803bd..8f5f7c178 100644
--- a/Library/Homebrew/software_spec.rb
+++ b/Library/Homebrew/software_spec.rb
@@ -351,7 +351,7 @@ class PourBottleCheck
end
def reason(reason)
- @formula.pour_bottle_check_unsatisfied_reason(reason)
+ @formula.pour_bottle_check_unsatisfied_reason = reason
end
def satisfy(&block)