Fix a missed variable rename that caused logout notifications to be broken

This commit is contained in:
Greg Neagle
2017-04-22 21:06:40 -07:00
parent d73eda81de
commit d4596fb6f5

View File

@@ -127,7 +127,7 @@ def alert_user_of_forced_logout(info_dict=None):
dnc = NSDistributedNotificationCenter.defaultCenter()
dnc.postNotificationName_object_userInfo_options_(
'com.googlecode.munki.ManagedSoftwareUpdate.logoutwarn',
None, info,
None, info_dict,
NSNotificationDeliverImmediately + NSNotificationPostToAllSessions)
# make sure flag is in place to cause munki to install at logout