mirror of
https://github.com/munki/munki.git
synced 2026-04-22 12:38:23 -05:00
Fixed typo in runAdobeSetup() for the installxml deployment file.
git-svn-id: http://munki.googlecode.com/svn/trunk@330 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -321,7 +321,7 @@ def runAdobeSetup(dmgpath, uninstalling=False):
|
||||
return -1
|
||||
else:
|
||||
if os.path.exists(installxml):
|
||||
deploymentfile = uninstallxml
|
||||
deploymentfile = installxml
|
||||
|
||||
# try to find and count the number of payloads
|
||||
# so we can give a rough progress indicator
|
||||
|
||||
Reference in New Issue
Block a user