File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def _chrome():
114
114
name = "linux_chrome" ,
115
115
url = _versions ["chrome" ]["linux" ]["url" ],
116
116
sha256 = _versions ["chrome" ]["linux" ]["sha256" ],
117
- build_file_content = "exports_files([\" chrome\" ])" ,
117
+ build_file_content = "exports_files([\" chrome-linux \" ])" ,
118
118
)
119
119
120
120
http_archive (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ chrome_data = select({
14
14
chrome_jvm_flags = select ({
15
15
"//common:use_pinned_linux_chrome" : [
16
16
"-Dwebdriver.chrome.driver=$(location @linux_chromedriver//:chromedriver)" ,
17
- "-Dwebdriver.chrome.binary=$(location @linux_chome //:chrome-linux)/linux-chrome/chrome" ,
17
+ "-Dwebdriver.chrome.binary=$(location @linux_chrome //:chrome-linux)/linux-chrome/chrome" ,
18
18
],
19
19
"//common:use_pinned_macos_chrome" : [
20
20
"-Dwebdriver.chrome.driver=$(location @mac_chromedriver//:chromedriver)" ,
You can’t perform that action at this time.
0 commit comments