1
0
mirror of https://github.com/Jguer/yay synced 2024-07-03 08:51:44 +00:00
This commit is contained in:
iTrooz 2024-06-20 14:34:58 +02:00
parent a386ab39ff
commit a77d98824d
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A

View File

@ -324,7 +324,7 @@ func (u *UpgradeService) UserExcludeUpgrades(graph *topo.Graph[string, *dep.Inst
excluded = append(excluded, graph.Prune(up.Name)...)
}
// If the user explicitely wants to include a package/repository, exclude everything else
// If the user explicitly wants to include a package/repository, exclude everything else
} else if !include.Get(upgradeID) && !otherInclude.Contains(up.Repository) {
u.log.Debugln("pruning", up.Name)
excluded = append(excluded, graph.Prune(up.Name)...)