Meta/cook: add missing full-stop after "Under discussion"
Junio C Hamano committed
Nov 22, 2024 at 17:06 UTC
99deada7c62231ac579881f48490a9fa95e45a0b
1 file changed
+1
-1
cook
+1
-1
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} = [];
}