mirror of
https://github.com/munki/munki.git
synced 2026-05-04 19:39:22 -05:00
Fix a call to lookForUpdatesForVersion() with the wrong number of parameters
This commit is contained in:
@@ -1538,7 +1538,8 @@ def processInstall(manifestitem, cataloglist, installinfo):
|
||||
# a specific version was specified in the manifest
|
||||
# so look only for updates for this specific version
|
||||
update_list = lookForUpdatesForVersion(
|
||||
manifestitemname_withoutversion, includedversion)
|
||||
manifestitemname_withoutversion,
|
||||
includedversion, cataloglist)
|
||||
else:
|
||||
# didn't specify a specific version, so
|
||||
# now look for all updates for this item
|
||||
|
||||
Reference in New Issue
Block a user