We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6e42f commit 0315c88Copy full SHA for 0315c88
1 file changed
lib/docs/scrapers/erlang.rb
@@ -58,7 +58,7 @@ class Erlang < FileScraper
58
59
def get_latest_version(options, &block)
60
fetch_doc('https://www.erlang.org/downloads', options) do |doc|
61
- 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 /, '')
62
end
63
64
0 commit comments