Skip to content

Commit e98919c

Browse files
committed
updated to bs-local.com
1 parent 750a690 commit e98919c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browserstack/local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def start(options = {})
8181
end
8282

8383
def isRunning
84-
resp = Net::HTTP.get(URI.parse("http://localhost:45691/check")) rescue nil
84+
resp = Net::HTTP.get(URI.parse("http://bs-local.com:45690/check")) rescue nil
8585
resp && !resp.match(/running/i).nil?
8686
end
8787

0 commit comments

Comments
 (0)