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
33125895bb
commit
8a0e5891b4
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,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)
|
||||
|
||||
tracking = Tracking(self.flags)
|
||||
tracking.packages(packages, self.binary_repo)
|
||||
|
|
Loading…
Reference in a new issue