summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts/git-pbchk.py
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/tools/scripts/git-pbchk.py')
-rw-r--r--usr/src/tools/scripts/git-pbchk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/tools/scripts/git-pbchk.py b/usr/src/tools/scripts/git-pbchk.py
index 141a0c3c68..7f52749594 100644
--- a/usr/src/tools/scripts/git-pbchk.py
+++ b/usr/src/tools/scripts/git-pbchk.py
@@ -319,7 +319,7 @@ def pkgfmt(root, parent, flist, output):
ret = 0
output.write("Package manifests:\n")
- for f in flist(lambda x: x.endswith('.mf')):
+ for f in flist(lambda x: x.endswith('.p5m')):
with io.open(f, mode='rb') as fh:
ret |= PkgFmt.check(fh, output=output)