about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Config.pm')
-rw-r--r--lib/PublicInbox/Config.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm
index c48ab2bd..cdf06d85 100644
--- a/lib/PublicInbox/Config.pm
+++ b/lib/PublicInbox/Config.pm
@@ -404,10 +404,8 @@ sub repo_objs {
                         push @repo_objs, $repo if $repo;
                 }
                 if (scalar @repo_objs) {
-                        require Scalar::Util;
                         for (@repo_objs) {
-                                push @{$_->{-ibxs}}, $ibxish;
-                                Scalar::Util::weaken($_->{-ibxs}->[-1]);
+                                push @{$_->{ibx_names}}, $ibxish->{name};
                         }
                         $ibxish->{-repo_objs} = \@repo_objs;
                 } else {