mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Fixed typo
This commit is contained in:
parent
51b043a945
commit
47d29ae1e3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Check(Configs):
|
|||
self.repo_path = self.ponce_repo_path
|
||||
|
||||
def is_package_exists(self, slackbuilds: list) -> list:
|
||||
""" Checking if the slackbuild exists in the repository. """
|
||||
""" Checking if the slackbuild exists in the database. """
|
||||
not_packages: list = []
|
||||
|
||||
for sbo in slackbuilds:
|
||||
|
|
Loading…
Add table
Reference in a new issue