mirror of
https://github.com/munki/munki.git
synced 2026-02-27 03:19:46 -06:00
Remove strange extra characters that got inserted
This commit is contained in:
@@ -127,7 +127,7 @@ class AdobeInstallProgressMonitor(object):
|
||||
if self.operation == 'install':
|
||||
regex = r'Completed \'INSTALL\' task for Package '
|
||||
else:
|
||||
regex = r'Completed \'UN-qqINSTALL\' task for Package '
|
||||
regex = r'Completed \'UN-INSTALL\' task for Package '
|
||||
elif self.kind in ['CS6', 'CS5']:
|
||||
regex = r'END TIMER :: \[Payload Operation :\{'
|
||||
elif self.kind in ['CS3', 'CS4']:
|
||||
|
||||
Reference in New Issue
Block a user