mirror of
https://github.com/munki/munki.git
synced 2026-04-23 13:29:26 -05:00
Minor tweak when processing updates for items already installed and manifest specifies a version
This commit is contained in:
@@ -1593,7 +1593,7 @@ def processInstall(manifestitem, cataloglist, installinfo):
|
||||
# now look for updates for this item
|
||||
update_list = lookForUpdates(name, cataloglist)
|
||||
elif compareVersions(
|
||||
item_pl['version'], iteminfo['installed_version']) == 1:
|
||||
includedversion, iteminfo['installed_version']) == 1:
|
||||
# manifest specifies a specific version
|
||||
# if that's what's installed, look for any updates
|
||||
# specific to this version
|
||||
|
||||
Reference in New Issue
Block a user