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 @@ -11,14 +11,14 @@ def __init__(self):
1111 is_64bits = sys .maxsize > 2 ** 32
1212 osname = platform .system ()
1313 if osname == 'Darwin' :
14- self .http_path = "https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-darwin-x64"
14+ self .http_path = "https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-darwin-x64"
1515 elif osname == 'Linux' :
1616 if is_64bits :
17- self .http_path = "https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-x64"
17+ self .http_path = "https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-x64"
1818 else :
19- self .http_path = "https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-ia32"
19+ self .http_path = "https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-ia32"
2020 else :
21- self .http_path = "https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-win32.exe"
21+ self .http_path = "https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-win32.exe"
2222
2323 self .ordered_paths = [
2424 os .path .join (os .path .expanduser ('~' ), '.browserstack' ),
You can’t perform that action at this time.
0 commit comments