Use package info instead of BPMPackage for the local package information map

This commit is contained in:
2025-12-26 11:41:07 +02:00
parent 44c2678ef9
commit a660039be1
3 changed files with 30 additions and 36 deletions
+1 -1
View File
@@ -1007,7 +1007,7 @@ func installPackage(filename, rootDir string, verbose, force bool) error {
}
// Add or update package information for rootDir
localPackageInformation[rootDir][bpmpkg.PkgInfo.Name] = bpmpkg
localPackageInformation[rootDir][bpmpkg.PkgInfo.Name] = bpmpkg.PkgInfo
return nil
}