Updated for sbo name

This commit is contained in:
Dimitris Zlatanidis 2023-05-04 12:37:07 +03:00
parent 34bcc5b966
commit c71c83960a

View file

@ -680,7 +680,7 @@ class UpdateRepository(Configs):
10: 'EMAIL='
}
with open(Path(path, 'SLACKBUILDS.TXT'), 'w') as sbo:
with open(Path(path, sbo_txt), 'w') as sbo:
for p in path.glob('**/*'):
if p.name.endswith('.info'):