Skip to content

Commit ff42b93

Browse files
committed
^ Adoptable packages bound v. checking, fixes #588
1 parent 45fe22c commit ff42b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Packages/PackagesModels/Logic/App Adoption/Get Adoptable Packages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public extension BrewPackagesTracker
189189
}
190190

191191
/// Only get the names of installed packages to make the comparing faster
192-
let caskNamesOfInstalledPackages: Set<String> = await .init(successfullyLoadedCasks.map { $0.name(withPrecision: .precise) })
192+
let caskNamesOfInstalledPackages: Set<String> = await .init(successfullyLoadedCasks.map { $0.name(withPrecision: .general) })
193193

194194
/// Filter out packages that are already included in the Cask tracker (which means they are already installed)
195195
/// Also filters out any substrings of that cask name. So, if 1

0 commit comments

Comments
 (0)