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 @@ -9,15 +9,15 @@ function LocalBinary(){
9
9
this . is64bits = process . arch == 'x64' ;
10
10
11
11
if ( this . hostOS . match ( / d a r w i n | m a c o s / i) ) {
12
- this . httpPath = 'https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-darwin-x64' ;
12
+ this . httpPath = 'https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-darwin-x64' ;
13
13
} else if ( this . hostOS . match ( / m s w i n | m s y s | m i n g w | c y g w i n | b c c w i n | w i n c e | e m c / i) ) {
14
14
this . windows = true ;
15
- this . httpPath = 'https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-win32.exe' ;
15
+ this . httpPath = 'https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-win32.exe' ;
16
16
} else {
17
17
if ( this . is64bits )
18
- this . httpPath = 'https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-x64' ;
18
+ this . httpPath = 'https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-x64' ;
19
19
else
20
- this . httpPath = 'https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-ia32' ;
20
+ this . httpPath = 'https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-ia32' ;
21
21
}
22
22
23
23
this . download = function ( destParentDir , callback ) {
You can’t perform that action at this time.
0 commit comments