]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiExternal.pm
lei config --edit: use controlling terminal
[public-inbox.git] / lib / PublicInbox / LeiExternal.pm
index 6fd3efef6cbd8f9259098f0a43faf2613cda9998..d802f0e2b5060b03eab56a8e34dfea51e84b9c03 100644 (file)
@@ -139,7 +139,7 @@ sub add_external_finish {
        my $key = "external.$location.boost";
        my $cur_boost = $cfg->{$key};
        return if defined($cur_boost) && $cur_boost == $new_boost; # idempotent
-       $self->lei_config($key, $new_boost);
+       $self->_config($key, $new_boost);
 }
 
 sub lei_add_external {