Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
refs #31
Browse files Browse the repository at this point in the history
* environment name fix
  • Loading branch information
Bastian Rang committed Aug 24, 2017
1 parent e5063a1 commit d7468a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class EnvironmentAccessConfigProvider implements Provider
*/
function register()
{
if (getenv('DOCKER_USER') && getenv('RANCHER_USER')) {
if (getenv('DOCKER_USER') && getenv('RANCHER_KEY')) {
/**
* Replace DockerAccessService
* @param $c
Expand Down

0 comments on commit d7468a5

Please sign in to comment.