]> Sergey Matveev's repositories - public-inbox.git/blobdiff - scripts/import_slrnspool
rename {pi_config} fields to {pi_cfg}
[public-inbox.git] / scripts / import_slrnspool
index bdcc605c245434bc5ca6c47524d09ce6aef45147..0acffc1f84f0e7780fab334a12244dd95a6c3628 100755 (executable)
@@ -22,8 +22,8 @@ $SIG{TERM} = $sighandler;
 my $spool = shift @ARGV or die usage();
 my $recipient = $ENV{ORIGINAL_RECIPIENT};
 defined $recipient or die usage();
-my $config = PublicInbox::Config->new;
-my $ibx = $config->lookup($recipient);
+my $cfg = PublicInbox::Config->new;
+my $ibx = $cfg->lookup($recipient);
 my $git = $ibx->git;
 my $im;
 if ($ibx->version == 2) {