Skip to content

Commit

Permalink
Merge pull request #22 from Jamf-Custom-Profile-Schemas/add-pfmx-exce…
Browse files Browse the repository at this point in the history
…ption

Exclude new `pfmx_` key prefix, currently only for `pfmx_comment`
  • Loading branch information
homebysix authored Sep 28, 2023
2 parents 1c9dc24 + 66ad222 commit 90746c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def process_subkeys(subkeys):
continue
if name.lower().startswith("pfc_"):
continue
if name.lower().startswith("pfmx_"):
continue

# Skip specific types
ignored_types = ("data",)
Expand Down

0 comments on commit 90746c6

Please sign in to comment.