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 @@ -12,15 +12,15 @@ def __init__(self):
1212 self .is_windows = False
1313 osname = platform .system ()
1414 if osname == 'Darwin' :
15- self .http_path = "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal-darwin-x64"
15+ self .http_path = "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal-darwin-x64"
1616 elif osname == 'Linux' :
1717 if is_64bits :
18- self .http_path = "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal-linux-x64"
18+ self .http_path = "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal-linux-x64"
1919 else :
20- self .http_path = "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal-linux-ia32"
20+ self .http_path = "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal-linux-ia32"
2121 else :
2222 self .is_windows = True
23- self .http_path = "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal.exe"
23+ self .http_path = "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal.exe"
2424
2525 self .ordered_paths = [
2626 os .path .join (os .path .expanduser ('~' ), '.browserstack' ),
You can’t perform that action at this time.
0 commit comments