Skip to content

Commit 98402b1

Browse files
authored
Merge pull request #17 from browserstack/fix_env
Updated the env variable BROWSERSTACK_USER to BROWSERSTACK_USERNAME i…
2 parents 2fe067d + d7acefe commit 98402b1

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)