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:
Greg Neagle
2009-11-16 21:38:55 +00:00
parent 425e9c6591
commit dcc71ab6ed
+1 -1
View File
@@ -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