Skip to content

Commit d7acefe

Browse files
committed
Updated the env variable BROWSERSTACK_USER to BROWSERSTACK_USERNAME in the example
1 parent 2fe067d commit d7acefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BrowserStackLocalExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class BrowserStackLocalExample {
1212
Local l;
1313

1414
public static void main() throws Exception {
15-
String username = System.getenv("BROWSERSTACK_USER");
15+
String username = System.getenv("BROWSERSTACK_USERNAME");
1616
String access_key = System.getenv("BROWSERSTACK_ACCESS_KEY");
1717

1818
DesiredCapabilities caps = new DesiredCapabilities();

0 commit comments

Comments
 (0)