Skip to content

Commit

Permalink
Update path to Carton in D::C script.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 12, 2014
1 parent 584f620 commit f0efe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/daemon-control.pl
Expand Up @@ -27,7 +27,7 @@
$plack_env = 'development';
}

$ENV{PERL_CARTON_PATH} = "/home/$user/carton/metacpan.org";
$ENV{PERL_CARTON_PATH} = "/home/$user/carton/metacpan-web";

my @program_args = (
'exec', '/usr/local/perlbrew/perls/perl-5.16.2/bin/plackup',
Expand Down

0 comments on commit f0efe9e

Please sign in to comment.