]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
cfgwr: fix non-libgit2 case
authorEric Wong <e@80x24.org>
Wed, 19 Feb 2025 12:39:26 +0000 (12:39 +0000)
committerEric Wong <e@80x24.org>
Wed, 19 Feb 2025 19:26:10 +0000 (19:26 +0000)
commitf8e2716f10c6e86deba78cdc22d4f91406389330
tree4c08a97a1912e3cf1fde32247c85074ea1b3e497
parenta8073f6c1136d16d5aafd6d084eb0f6aca63c76e
cfgwr: fix non-libgit2 case

libgit2 isn't installed on all my test machines, and the
addition of libgit2 support was careless in that it failed to
test the non-libgit2 case thoroughly :x

Fixes: a8073f6c (lg2: use cfgwr_commit to write to configs using libgit2, 2025-02-15)
lib/PublicInbox/CfgWr.pm