Skip to content

Commit

Permalink
latest IE Driver release had bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 20, 2021
1 parent 0b608d1 commit f2f8d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webdrivers/iedriver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def file_name

def downloads
ds = download_manifest.each_with_object({}) do |item, hash|
version = normalize_version item[/([^_]+)\.zip/, 1]
version = normalize_version item[/\.?([^_]+)\.zip/, 1]
hash[version] = "#{base_url}#{item}"
end
Webdrivers.logger.debug "Versions now located on downloads site: #{ds.keys}"
Expand Down

0 comments on commit f2f8d40

Please sign in to comment.