Skip to content

Commit

Permalink
testing a thoery that Windows uses / in zips as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 21, 2023
1 parent 7f5b419 commit 360515b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webdrivers/chrome/install_driver_executor.cr
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Webdrivers::Chrome::InstallDriverExecutor
if install_version.major < 115
normalized_driver_name = driver_name
else
normalized_driver_name = File.join("chromedriver-#{download_url_platform}", driver_name)
normalized_driver_name = "chromedriver-#{download_url_platform}/#{driver_name}"
end

FileUtils.cd(driver_directory) do
Expand Down

0 comments on commit 360515b

Please sign in to comment.