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
@@ -840,7 +840,7 @@ sub wildo_queue {
840
for ($in_section) {
841
return if (/^Graduated to/ || /^Discarded$/);
842
}
843
- my $action = $topic->[6] || "Under discussion";
843
+ my $action = $topic->[6] || "Under discussion.";
844
if (!exists $what->{$action}) {
845
$what->{$action} = [];
846
}