mirror of
https://github.com/munki/munki.git
synced 2026-04-30 01:11:01 -05:00
Fixed another typo in runAdobeSetup()
git-svn-id: http://munki.googlecode.com/svn/trunk@331 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -329,7 +329,7 @@ def runAdobeSetup(dmgpath, uninstalling=False):
|
||||
munkicommon.display_status("Running Adobe Setup")
|
||||
adobe_setup = [ setup_path, '--mode=silent', '--skipProcessCheck=1' ]
|
||||
if deploymentfile:
|
||||
adobe_setup.append('--deploymentFile=%s' % deploymentFile)
|
||||
adobe_setup.append('--deploymentFile=%s' % deploymentfile)
|
||||
|
||||
retcode = runAdobeInstallTool(adobe_setup, number_of_payloads)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user