Fix downloadInstallerItem()

This commit is contained in:
Greg Neagle
2024-09-06 13:27:37 -07:00
parent 99e857a930
commit 406af588c2

View File

@@ -160,7 +160,7 @@ func downloadInstallerItem(
if alternatePkgURL.isEmpty {
return try fetchMunkiResource(
kind: .package,
name: pkgName,
name: location,
destinationPath: destinationPath,
message: downloadMessage,
resume: true,