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(){
99 this . is64bits = process . arch == 'x64' ;
1010
1111 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/bs-automate-prod/local/BrowserStackLocal-darwin-x64' ;
1313 } 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) ) {
1414 this . windows = true ;
15- this . httpPath = " https://s3.amazonaws.com/bs-automate-prod/local/BrowserStackLocal-win32.exe" ;
15+ this . httpPath = ' https://s3.amazonaws.com/bs-automate-prod/local/BrowserStackLocal-win32.exe' ;
1616 } else {
1717 if ( this . is64bits )
18- this . httpPath = " https://s3.amazonaws.com/bs-automate-prod/local/BrowserStackLocal-linux-x64" ;
18+ this . httpPath = ' https://s3.amazonaws.com/bs-automate-prod/local/BrowserStackLocal-linux-x64' ;
1919 else
20- this . httpPath = " https://s3.amazonaws.com/bs-automate-prod/local/BrowserStackLocal-linux-ia32" ;
20+ this . httpPath = ' https://s3.amazonaws.com/bs-automate-prod/local/BrowserStackLocal-linux-ia32' ;
2121 }
2222
2323 this . orderedPaths = [
You can’t perform that action at this time.
0 commit comments