File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ def initialize
1313 @http_path = case host_os
1414 when /mswin|msys|mingw|cygwin|bccwin|wince|emc/
1515 @windows = true
16- "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal.exe"
16+ "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal.exe"
1717 when /darwin|mac os/
18- "https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-darwin-x64"
18+ "https://bstack-local-prod.s3.amazonaws.com/BrowserStackLocal-darwin-x64"
19+ when /linux-musl/
20+ "https://bstack-local-prod.s3.amazonaws.com/BrowserStackLocal-alpine"
1921 when /linux/
2022 if 1 . size == 8
21- "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal-linux-x64"
23+ "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal-linux-x64"
2224 else
23- "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal-linux-ia32"
25+ "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal-linux-ia32"
2426 end
2527 end
2628
You can’t perform that action at this time.
0 commit comments