From: Junio C Hamano Date: Fri, 22 Nov 2024 08:06:31 +0000 (+0900) Subject: Meta/cook: add missing full-stop after "Under discussion" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99deada7c62231ac579881f48490a9fa95e45a0b;p=thirdparty%2Fgit.git Meta/cook: add missing full-stop after "Under discussion" --- diff --git a/cook b/cook index 25bad37e19..77068c1273 100755 --- a/cook +++ b/cook @@ -840,7 +840,7 @@ sub wildo_queue { for ($in_section) { return if (/^Graduated to/ || /^Discarded$/); } - my $action = $topic->[6] || "Under discussion"; + my $action = $topic->[6] || "Under discussion."; if (!exists $what->{$action}) { $what->{$action} = []; }