mirror of
https://github.com/munki/munki.git
synced 2026-05-04 19:39:22 -05:00
Don't crash for --show-config on Apple silicon
This commit is contained in:
@@ -307,7 +307,7 @@ def print_config():
|
||||
# skip it
|
||||
continue
|
||||
if pref_name in FORCE_FALSE_ON_APPLE_SILICON:
|
||||
value = false
|
||||
value = False
|
||||
where = "Forced as False on Apple Silicon"
|
||||
else:
|
||||
value = pref(pref_name)
|
||||
|
||||
Reference in New Issue
Block a user