Fixed typo

This commit is contained in:
Dimitris Zlatanidis 2023-03-15 19:20:57 +02:00
parent 51b043a945
commit 47d29ae1e3

View file

@ -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: