We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cf6e1 commit 8025ce2Copy full SHA for 8025ce2
1 file changed
pre_commit_hooks/check_munki_pkgsinfo.py
@@ -129,11 +129,10 @@ def main(argv=None):
129
)
130
):
131
print(
132
- "{}: contains a pkg installer but has no blocking applications".format(
+ "WARNING: {}: contains a pkg installer but has no blocking applications".format(
133
filename
134
135
136
- retval = 1
137
138
# Ensure an icon exists for the item.
139
if not any(
0 commit comments