Skip to content

Commit 7259df6

Browse files
committed
change variable name
1 parent 7fb4176 commit 7259df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Local {
1313
public $pid = NULL;
1414

1515
public function __construct() {
16-
$this->key = getenv("BROWSERSTACK_KEY");
16+
$this->key = getenv("BROWSERSTACK_ACCESS_KEY");
1717
$this->logfile = getcwd() . "/local.log";
1818
$this->user_args = array();
1919
}

0 commit comments

Comments
 (0)