]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook: add missing full-stop after "Under discussion"
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 Nov 2024 08:06:31 +0000 (17:06 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Nov 2024 08:06:31 +0000 (17:06 +0900)
cook

diff --git a/cook b/cook
index 25bad37e19b29eeeade8a3fa370b699bc386d015..77068c1273604a472315cfc13c73c2171aaf7fe5 100755 (executable)
--- 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} = [];
                }