about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiExternal.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/LeiExternal.pm')
-rw-r--r--lib/PublicInbox/LeiExternal.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiExternal.pm b/lib/PublicInbox/LeiExternal.pm
index f4e24c2a..9a555831 100644
--- a/lib/PublicInbox/LeiExternal.pm
+++ b/lib/PublicInbox/LeiExternal.pm
@@ -149,7 +149,7 @@ sub lei_add_external {
         my $mirror = $opt->{mirror} // do {
                 my @fail;
                 for my $sw ($self->index_opt, $self->curl_opt,
-                                qw(c no-torsocks torsocks inbox-version)) {
+                                qw(no-torsocks torsocks inbox-version)) {
                         my ($f) = (split(/|/, $sw, 2))[0];
                         next unless defined $opt->{$f};
                         $f = length($f) == 1 ? "-$f" : "--$f";