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
commitcf82e190900f4309ea0f81afcee8c3f8d9691711 (patch)
tree5cf18e596628c44132fe71641ba2d8642ff4daad /Library
parent97d3ae1775da31a0f5a63d0af4d8a786da73848f (diff)
downloadbrew-cf82e190900f4309ea0f81afcee8c3f8d9691711.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