Skip to content

Commit 66f260e

Browse files
committed
fix hostname
1 parent ac9f9c9 commit 66f260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fetchDownloadSourceUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const authToken = process.argv[2], proxyHost = process.argv[3], proxyPort = proc
66

77
let body = '', data = {"auth_token": authToken};
88
const options = {
9-
hostname: 'k8s-devlocal.bsstag.com',
9+
hostname: 'local.browserstack.com',
1010
port: 443,
1111
path: '/binary/api/v1/endpoint',
1212
method: 'POST',

0 commit comments

Comments
 (0)