Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change default path to config file.
  • Loading branch information
oalders committed Mar 10, 2015
1 parent 150be1b commit 766c99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GMC/Util.pm
Expand Up @@ -38,7 +38,7 @@ sub environment {

return $ENVIRONMENT if $ENVIRONMENT;

my $file = "$ENV{HOME}/environment.json";
my $file = "$ENV{HOME}/github-meets-cpan/environment.json";

if ( -f $file ) {
my $env = read_file($file);
Expand Down

0 comments on commit 766c99f

Please sign in to comment.