Fix broken default bottle URL.

This commit is contained in:
Mike McQuaid 2012-03-23 05:58:14 +13:00
parent abfce0f6b2
commit 49b16f3462

View File

@ -631,7 +631,7 @@ private
bottle_block.instance_eval &block
@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
def mirror val, specs=nil