diff --git a/slpkg/checks.py b/slpkg/checks.py index aced58a2..2d42f8a2 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -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: