commit:     6c86663f3667095a33ac8e1015e280cbd38574c9
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 17 17:21:51 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 17 17:21:51 2025 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=6c86663f

pms.cls: Add missing comma to commit info

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 pms.cls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pms.cls b/pms.cls
index 006aed3..a44608e 100644
--- a/pms.cls
+++ b/pms.cls
@@ -215,7 +215,7 @@
         This version corresponds to commit \gitAbbrevHash
         \ifthenelse{\equal{\gitBranch}{\detokenize{master}}}{}
         { on branch \gitBranch}%
-        \ifthenelse{\equal{\gitDirty}{}}{}{ with local changes}.%
+        \ifthenelse{\equal{\gitDirty}{}}{}{, with local changes}.%
     }%
 }
 

Reply via email to