Fixed for changelog date

This commit is contained in:
Dimitris Zlatanidis 2023-03-30 20:23:22 +03:00
parent 343b15d884
commit 06e87927e7

View file

@ -56,6 +56,7 @@ class InstallData(Configs):
sbo_table = PonceTable
sbo_name: str = self.repos.ponce_repo_name
path = Path(self.repos.ponce_repo_path, self.repos.ponce_repo_slackbuilds)
path_changelog: Path = Path(self.repos.ponce_repo_path, self.repos.ponce_repo_changelog)
slackbuilds_txt: list = self.utils.read_file(path)