]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/cgit.psgi
rename {pi_config} fields to {pi_cfg}
[public-inbox.git] / examples / cgit.psgi
index 7ad38e2802246fe491ad5464da5964440e4894b9..48e3798b4e1402e4083bc19fd0321381cda9300e 100644 (file)
@@ -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' };