diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/bottles.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index d0ee9941f..37d6033ea 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -75,7 +75,7 @@ class BottleCollector @bottles = {} end - def add(checksum, tag, url=nil) + def add(checksum, tag) @bottles[tag] = checksum end |
