From 3f949d4af046bfdce1af790a4d11b3e6430758fb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 22 Aug 2022 02:33:40 +0000 Subject: config: fix confusing space in ->repo_objs It's actually valid Perl to have "$foo ->{field} = ..." but it's confusing and I noticed it while tracking down a configuration error. --- lib/PublicInbox/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Config.pm') diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm index ad8b8e9d..1b5d87e2 100644 --- a/lib/PublicInbox/Config.pm +++ b/lib/PublicInbox/Config.pm @@ -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}; } -- cgit v1.2.3-24-ge0c7