fix comment

This commit is contained in:
iTrooz 2024-06-06 16:23:06 +02:00
parent 30cd762fd7
commit 24141bae1e
No known key found for this signature in database
GPG key ID: 8B83F77667B1BC6A

View file

@ -303,7 +303,7 @@ func (u *UpgradeService) UserExcludeUpgrades(graph *topo.Graph[string, *dep.Inst
// exclude and include are kind of swapped
exclude, include, otherExclude, otherInclude := intrange.ParseNumberMenu(numbers)
// true if user doesn't want to include specific packages
// true if user doesn't want to include specific repositories/packages
noIncludes := len(include) == 0 && otherInclude.Cardinality() == 0
excluded := make([]string, 0)