Closed kbrewersq closed 1 year ago
I was looking to use these pre-commit's on my munki repo, but it didn't quite work for me because my "pkgsinfo" folder was not at root, these changes allowed me to get it working.
- id: munki-makecatalogs args: ['--munki_repo', './repo']
I also update the 'makecatalogs' to run without the mac installed python as python2 is no longer installed by default.
Thanks!
I was looking to use these pre-commit's on my munki repo, but it didn't quite work for me because my "pkgsinfo" folder was not at root, these changes allowed me to get it working.
I also update the 'makecatalogs' to run without the mac installed python as python2 is no longer installed by default.