Skip to content

Commit 748d7bf

Browse files
committed
forgot to add munki_repo to this path too
1 parent 9bfd7df commit 748d7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit_hooks/check_munki_pkgsinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def main(argv=None):
146146

147147
# Check for missing or case-conflicted installer items
148148
if not _check_case_sensitive_path(
149-
os.path.join("pkgs", pkginfo.get("installer_item_location", ""))
149+
os.path.join(args.munki_repo, "pkgs", pkginfo.get("installer_item_location", ""))
150150
):
151151
print(
152152
"{}: installer item does not exist or path is not case sensitive".format(

0 commit comments

Comments
 (0)