Skip to content
Snippets Groups Projects
Commit 2932bc53 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove unused parameter

parent 7d3215c9
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class BottleCollector
@bottles = {}
end
def add(checksum, tag, url=nil)
def add(checksum, tag)
@bottles[tag] = checksum
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment