mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Version changed to 0.4.7
Added default value manualcheck=False to notifyUserOfUpdates() in managedsoftwareupdate. git-svn-id: http://munki.googlecode.com/svn/trunk@387 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -190,7 +190,7 @@ def recordUpdateCheckResult(result):
|
||||
return
|
||||
|
||||
|
||||
def notifyUserOfUpdates(manualcheck):
|
||||
def notifyUserOfUpdates(manualcheck=False):
|
||||
# someone is logged in, and we have updates.
|
||||
# if we haven't notified in a while, notify:
|
||||
lastNotifiedString = munkicommon.pref('LastNotifiedDate')
|
||||
|
||||
@@ -40,7 +40,7 @@ import FoundationPlist
|
||||
|
||||
def get_version():
|
||||
'''Returns version of munkitools'''
|
||||
return "0.4.7b"
|
||||
return "0.4.7"
|
||||
|
||||
|
||||
# output and logging functions
|
||||
|
||||
Reference in New Issue
Block a user