|
|
@@ -58,7 +58,7 @@ module Docs
|
|
|
|
|
|
def get_latest_version(options, &block)
|
|
|
fetch_doc('https://www.erlang.org/downloads', options) do |doc|
|
|
|
- block.call doc.at_css('.col-lg-3 > ul > li').content.strip
|
|
|
+ block.call doc.at_css('.col-lg-3 > ul > li').content.strip.sub(/OTP /, '')
|
|
|
end
|
|
|
end
|
|
|
end
|