File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ 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/bs-automate-prod/ local/BrowserStackLocal-win32 .exe"
16+ "https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal.exe"
1717 when /darwin|mac os/
18- "https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-darwin-x64"
18+ "https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-darwin-x64"
1919 when /linux/
2020 if 1 . size == 8
21- "https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-x64"
21+ "https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-x64"
2222 else
23- "https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-ia32"
23+ "https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-ia32"
2424 end
2525 end
2626
@@ -85,4 +85,4 @@ def make_path(path)
8585 end
8686end
8787
88- end
88+ end
You can’t perform that action at this time.
0 commit comments