aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-02-09 18:33:21 -0600
committerJack Nagel2013-02-09 18:33:26 -0600
commitccbc8a7d4af26c16913b4284d9e7115ed6affa43 (patch)
tree610efb1d74aa70ce2dac6908dc41cd610e958718 /Library
parentffa91790b0f0223bd996e97bc3d0f8fc15bbba7d (diff)
downloadhomebrew-ccbc8a7d4af26c16913b4284d9e7115ed6affa43.tar.bz2
ConflictRequirement: pass argument to superclass initalizer
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index 644bf1c85..e1a69661b 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -219,7 +219,7 @@ class ConflictRequirement < Requirement
@formula = formula
@name = name
@opts = opts
- super()
+ super(formula)
end
def message