about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiConvert.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-27 11:07:51 +0000
committerEric Wong <e@80x24.org>2021-04-27 21:28:56 -0400
commit787cbc523c0beac69f6df8b8a689684864a6594e (patch)
tree34663f6d5488083e4f380b343db9772e2fbd4982 /lib/PublicInbox/LeiConvert.pm
parent98cd36cdf25fb27e006bd49a3d5bd479be44ce50 (diff)
downloadpublic-inbox-787cbc523c0beac69f6df8b8a689684864a6594e.tar.gz
Simplify our internals a little bit.
Diffstat (limited to 'lib/PublicInbox/LeiConvert.pm')
-rw-r--r--lib/PublicInbox/LeiConvert.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiConvert.pm b/lib/PublicInbox/LeiConvert.pm
index 0ce49ea9..0c324169 100644
--- a/lib/PublicInbox/LeiConvert.pm
+++ b/lib/PublicInbox/LeiConvert.pm
@@ -52,7 +52,7 @@ sub lei_convert { # the main "lei convert" method
         my $devfd = $lei->path_to_fd($ovv->{dst}) // return;
         $lei->{opt}->{augment} = 1 if $devfd < 0;
         $self->prepare_inputs($lei, \@inputs) or return;
-        my ($op_c, $ops) = $lei->workers_start($self, 'lei_convert', 1);
+        my ($op_c, $ops) = $lei->workers_start($self, 'lei-convert', 1);
         $lei->{cnv} = $self;
         $self->wq_io_do('process_inputs', []);
         $self->wq_close(1);