mirror of
https://github.com/munki/munki.git
synced 2026-04-28 16:29:29 -05:00
Missing comma introduced in commit 15e082ae45 causes MSU to crash
This commit is contained in:
@@ -127,7 +127,7 @@ def pref(pref_name):
|
||||
'InstallAppleSoftwareUpdates': False,
|
||||
'AppleSoftwareUpdatesOnly': False,
|
||||
'ShowRemovalDetail': False,
|
||||
'InstallRequiresLogout': False
|
||||
'InstallRequiresLogout': False,
|
||||
'CheckResultsCacheSeconds': None,
|
||||
}
|
||||
pref_value = CFPreferencesCopyAppValue(pref_name, BUNDLE_ID)
|
||||
|
||||
Reference in New Issue
Block a user