Skip to content

Commit

Permalink
[TASK] Updated test to use $_SERVER and not getenv
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisvoncken committed Jun 5, 2019
1 parent a2e289c commit 9dfd74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bootstrap-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
exit(1);
}

$upwardConfig = getenv('UPWARD_PHP_UPWARD_PATH');
$upwardConfig = $_SERVER['UPWARD_PHP_UPWARD_PATH'];
if (!$upwardConfig) {
echo 'No path to UPWARD YAML file provided.' . PHP_EOL;
exit(1);
Expand Down

0 comments on commit 9dfd74b

Please sign in to comment.