mirror of
https://github.com/munki/munki.git
synced 2026-04-23 21:40:25 -05:00
Typo fix: s/Perfoming/Performing/ in preflight task MSU notification.
git-svn-id: http://munki.googlecode.com/svn/trunk@978 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -439,7 +439,7 @@ def main():
|
||||
# run the preflight script if it exists
|
||||
preflightscript = os.path.join(scriptdir, 'preflight')
|
||||
if os.path.exists(preflightscript):
|
||||
munkicommon.display_status('Perfoming preflight tasks...')
|
||||
munkicommon.display_status('Performing preflight tasks...')
|
||||
try:
|
||||
result, output = utils.runExternalScript(preflightscript, runtype)
|
||||
munkicommon.display_info(output)
|
||||
|
||||
Reference in New Issue
Block a user