mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated for sbo name
This commit is contained in:
parent
34bcc5b966
commit
c71c83960a
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ class UpdateRepository(Configs):
|
||||||
10: 'EMAIL='
|
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('**/*'):
|
for p in path.glob('**/*'):
|
||||||
if p.name.endswith('.info'):
|
if p.name.endswith('.info'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue