Skip to content

Commit 533bced

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dbcf943 commit 533bced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/check_munki_pkgsinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def main(argv=None):
150150
args.munki_repo, "pkgs", pkginfo.get("installer_item_location", "")
151151
)
152152
):
153-
msg = "installer item does not exist or path is not case sensitive"
153+
msg = "installer item does not exist or path is not case sensitive"
154154
if args.warn_on_missing_installer_items:
155155
print(f"{filename}: WARNING: {msg}")
156156
else:

0 commit comments

Comments
 (0)