X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=examples%2Fcgit.psgi;fp=examples%2Fcgit.psgi;h=48e3798b4e1402e4083bc19fd0321381cda9300e;hp=7ad38e2802246fe491ad5464da5964440e4894b9;hb=0d38f65c490466837ae091afa7a7b6f59d04ce7c;hpb=416d1c3f6d5e5a857760ffc1b679e86a070bdbd4 diff --git a/examples/cgit.psgi b/examples/cgit.psgi index 7ad38e28..48e3798b 100644 --- a/examples/cgit.psgi +++ b/examples/cgit.psgi @@ -14,8 +14,8 @@ use warnings; use Plack::Builder; use PublicInbox::Cgit; use PublicInbox::Config; -my $pi_config = PublicInbox::Config->new; -my $cgit = PublicInbox::Cgit->new($pi_config); +my $pi_cfg = PublicInbox::Config->new; +my $cgit = PublicInbox::Cgit->new($pi_cfg); builder { eval { enable 'ReverseProxy' };