We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fe22c commit ff42b93Copy full SHA for ff42b93
Modules/Packages/PackagesModels/Logic/App Adoption/Get Adoptable Packages.swift
@@ -189,7 +189,7 @@ public extension BrewPackagesTracker
189
}
190
191
/// 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) })
+ let caskNamesOfInstalledPackages: Set<String> = await .init(successfullyLoadedCasks.map { $0.name(withPrecision: .general) })
193
194
/// Filter out packages that are already included in the Cask tracker (which means they are already installed)
195
/// Also filters out any substrings of that cask name. So, if 1
0 commit comments