Skip to content

Commit c0d2b07

Browse files
mbs-cgitster
authored andcommitted
git-p4: fix typo in P4Submit.applyCommit()
Signed-off-by: Moritz Baumann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e72d93e commit c0d2b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-p4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ def applyCommit(self, id):
22262226
raw=True):
22272227
if regexp.search(line):
22282228
if verbose:
2229-
print("got keyword match on %s in %s in %s" % (regex.pattern, line, file))
2229+
print("got keyword match on %s in %s in %s" % (regexp.pattern, line, file))
22302230
kwfiles[file] = regexp
22312231
break
22322232

0 commit comments

Comments
 (0)