Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
entretechno-jeremiah authored and titusfortner committed Aug 12, 2022
1 parent a45e4d1 commit f37cc82
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lib/webdrivers/chrome_finder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,17 @@ def mac_location
def linux_location
return wsl_location if System.wsl_v1?

directories = %w[/usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /snap/bin /opt/google/chrome /opt/chromium.org/chromium]
directories = %w[
/usr/local/sbin
/usr/local/bin
/usr/sbin
/usr/bin
/sbin
/bin
/snap/bin
/opt/google/chrome
/opt/chromium.org/chromium
]
files = %w[google-chrome chrome chromium chromium-browser]

directories.each do |dir|
Expand Down

0 comments on commit f37cc82

Please sign in to comment.