Skip to content

Commit

Permalink
Merge pull request #17 from browserstack/fix_env
Browse files Browse the repository at this point in the history
Updated the env variable BROWSERSTACK_USER to BROWSERSTACK_USERNAME i…
  • Loading branch information
AnkurGel authored Nov 11, 2016
2 parents 2fe067d + d7acefe commit 98402b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrowserStackLocalExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class BrowserStackLocalExample {
Local l;

public static void main() throws Exception {
String username = System.getenv("BROWSERSTACK_USER");
String username = System.getenv("BROWSERSTACK_USERNAME");
String access_key = System.getenv("BROWSERSTACK_ACCESS_KEY");

DesiredCapabilities caps = new DesiredCapabilities();
Expand Down

0 comments on commit 98402b1

Please sign in to comment.