From 99deada7c62231ac579881f48490a9fa95e45a0b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 22 Nov 2024 17:06:31 +0900 Subject: [PATCH] Meta/cook: add missing full-stop after "Under discussion" --- cook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} = []; }