Skip to content

Commit

Permalink
Deduplicate missing dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
5hir0kur0 authored and neolynx committed Jul 11, 2024
1 parent 8d537b4 commit 02bdb7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deb/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ func (l *PackageList) VerifyDependencies(options int, architectures []string, so
}
}

missing = depSliceDeduplicate(missing)

if progress != nil {
progress.ShutdownBar()
}
Expand Down

0 comments on commit 02bdb7c

Please sign in to comment.