Fix broken default bottle URL.
This commit is contained in:
parent
abfce0f6b2
commit
49b16f3462
@ -631,7 +631,7 @@ private
|
|||||||
|
|
||||||
bottle_block.instance_eval &block
|
bottle_block.instance_eval &block
|
||||||
@bottle_url, @bottle_sha1 = bottle_block.url_sha1
|
@bottle_url, @bottle_sha1 = bottle_block.url_sha1
|
||||||
@bottle_url ||= "#{bottle_base_url}/#{name.downcase}-#{@version||@standard.detect_version}#{bottle_native_suffix}" if @bottle_sha1
|
@bottle_url ||= "#{bottle_base_url}#{name.downcase}-#{@version||@standard.detect_version}#{bottle_native_suffix}" if @bottle_sha1
|
||||||
end
|
end
|
||||||
|
|
||||||
def mirror val, specs=nil
|
def mirror val, specs=nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user