mirror of
https://github.com/munki/munki.git
synced 2026-04-22 12:38:23 -05:00
Changed banner message from "Managed Software Check" to "Managed Software Update" to match the name change.
git-svn-id: http://munki.googlecode.com/svn/trunk@117 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -1227,7 +1227,7 @@ def check(id='', verbosity=0, quiet=False):
|
||||
option_verbose = verbosity
|
||||
option_quiet = quiet
|
||||
|
||||
if not option_quiet: print "Managed Software Check\n"
|
||||
if not option_quiet: print "Managed Software Update\n"
|
||||
|
||||
managedinstallprefs = munkicommon.prefs()
|
||||
ManagedInstallDir = managedinstallprefs['ManagedInstallDir']
|
||||
|
||||
Reference in New Issue
Block a user