File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ private function server_home() {
50
50
51
51
private function platform_url (){
52
52
if (PHP_OS == "Darwin " )
53
- return 'https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-darwin-x64 ' ;
53
+ return 'https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-darwin-x64 ' ;
54
54
else if (strtoupper (substr (PHP_OS , 0 , 3 )) === 'WIN ' )
55
- return 'https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-win32.exe ' ;
55
+ return 'https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-win32.exe ' ;
56
56
if ((strtoupper (PHP_OS )) == "LINUX " ) {
57
57
if (PHP_INT_SIZE * 8 == 64 )
58
- return 'https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-x64 ' ;
58
+ return 'https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-x64 ' ;
59
59
else
60
- return 'https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-ia32 ' ;
60
+ return 'https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-ia32 ' ;
61
61
}
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments