]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
config: fix confusing space in ->repo_objs
[public-inbox.git] / lib / PublicInbox / Config.pm
index ad8b8e9dc18cdecb87e44a6aa1fe81ed20692f03..1b5d87e298ee7d9317350d24097d87b60a407068 100644 (file)
@@ -402,7 +402,7 @@ sub repo_objs {
                        push @repo_objs, $repo if $repo;
                }
                if (scalar @repo_objs) {
-                       $ibxish ->{-repo_objs} = \@repo_objs;
+                       $ibxish->{-repo_objs} = \@repo_objs;
                } else {
                        delete $ibxish->{coderepo};
                }