mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Fixed for changelog date
This commit is contained in:
parent
343b15d884
commit
06e87927e7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue