Skip to content

Commit b5669c1

Browse files
committed
Note munki-python deprecation
1 parent a4aff26 commit b5669c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"#!/usr/bin/python3",
3333
"#!/usr/bin/python", # removed since macOS 12.3
3434
"#!/usr/bin/ruby",
35-
"#!/usr/local/munki/munki-python",
35+
"#!/usr/local/munki/munki-python", # removed in Munki 7
3636
"#!/usr/local/munki/Python.framework/Versions/Current/bin/python3",
3737
]
3838

0 commit comments

Comments
 (0)