Fix screwup.

This commit is contained in:
Mike McQuaid 2012-04-24 18:46:43 +10:00
parent d69620a55e
commit f729a0df44

View File

@ -23,8 +23,6 @@ def built_bottle? f
end end
def bottle_current? f def bottle_current? f
puts Pathname.new(f.bottle_url).version
puts f.version
f.bottle_url && f.bottle_sha1 && Pathname.new(f.bottle_url).version == f.version f.bottle_url && f.bottle_sha1 && Pathname.new(f.bottle_url).version == f.version
end end