mirror of
https://github.com/munki/munki.git
synced 2026-04-27 16:05:24 -05:00
Yet another fix for --show-config for items that are forced False on Apple silicon
This commit is contained in:
@@ -306,7 +306,7 @@ def print_config():
|
||||
if pref_name == 'LastNotifiedDate':
|
||||
# skip it
|
||||
continue
|
||||
if pref_name in FORCE_FALSE_ON_APPLE_SILICON:
|
||||
if is_apple_silicon() and pref_name in FORCE_FALSE_ON_APPLE_SILICON:
|
||||
value = False
|
||||
where = "Forced as False on Apple Silicon"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user