]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-p4: fix typo in P4Submit.applyCommit()
authorMoritz Baumann <moritz.baumann@sap.com>
Wed, 20 Jul 2022 18:55:29 +0000 (18:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Jul 2022 20:53:52 +0000 (13:53 -0700)
Signed-off-by: Moritz Baumann <moritz.baumann@sap.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py

index 8fbf6eb1fe385090489f55c87913d0867ad8c349..1de3d6f1cd40a6dbf61e4bd4e2568173e632150a 100755 (executable)
--- a/git-p4.py
+++ b/git-p4.py
@@ -2226,7 +2226,7 @@ class P4Submit(Command, P4UserMap):
                                 raw=True):
                             if regexp.search(line):
                                 if verbose:
-                                    print("got keyword match on %s in %s in %s" % (regex.pattern, line, file))
+                                    print("got keyword match on %s in %s in %s" % (regexp.pattern, line, file))
                                 kwfiles[file] = regexp
                                 break