mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Fixed for repo
This commit is contained in:
parent
8a0e5891b4
commit
3fa38556f0
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ class Argparse(Configs):
|
|||
if self.utils.is_option(self.flag_searches, self.flags):
|
||||
packages: list = self.choose_packages(packages, command)
|
||||
|
||||
self.check.exists_in_the_database(packages)
|
||||
self.check.exists_in_the_database(packages, self.binary_repo)
|
||||
|
||||
dependees = Dependees(packages, self.flags)
|
||||
dependees.find(self.binary_repo)
|
||||
|
|
Loading…
Reference in a new issue