File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
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-win32.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
@@ -79,10 +79,10 @@ def make_path(path)
7979 begin
8080 FileUtils . mkdir_p path if !File . directory? ( path )
8181 return true
82- rescue Exception => e
82+ rescue Exception
8383 return false
8484 end
8585 end
8686end
8787
88- end
88+ end
You can’t perform that action at this time.
0 commit comments