mirror of
https://github.com/munki/munki.git
synced 2026-04-23 04:59:17 -05:00
Fix typo in call to pkgutil --regexp --pkg-info-plist (was -pkg-info-plist). Thanks to Heig Gregorian.
This commit is contained in:
@@ -650,7 +650,7 @@ class AppleUpdates(object):
|
||||
|
||||
Returns:
|
||||
Boolean. False if the checksums match, True if they differ."""
|
||||
cmd = ['/usr/sbin/pkgutil', '--regexp', '-pkg-info-plist',
|
||||
cmd = ['/usr/sbin/pkgutil', '--regexp', '--pkg-info-plist',
|
||||
'com\.apple\.*']
|
||||
proc = subprocess.Popen(cmd, shell=False, bufsize=1,
|
||||
stdin=subprocess.PIPE,
|
||||
|
||||
Reference in New Issue
Block a user