Remove default tag value from bottle_filename
We always call this method with an explicit tag.
This commit is contained in:
parent
5d1977363f
commit
a3dad588a8
@ -4,7 +4,6 @@ require 'extend/ARGV'
|
||||
require 'bottle_version'
|
||||
|
||||
def bottle_filename options={}
|
||||
options = { :tag => bottle_tag }.merge(options)
|
||||
suffix = ".#{options[:tag]}#{bottle_suffix(options[:revision])}"
|
||||
"#{options[:name]}-#{options[:version]}#{suffix}"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user