mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed changelog mirror
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
04bdaaf03e
commit
b8a9413cb5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Check: # pylint: disable=[R0903]
|
|||
for name, data in self.repositories.items():
|
||||
|
||||
local_chg_txt: Path = Path(data['path'], 'ChangeLog.txt')
|
||||
repo_chg_txt: str = f"{data['mirror'][0]}ChangeLog.txt"
|
||||
repo_chg_txt: str = f"{data['mirror_changelog']}ChangeLog.txt"
|
||||
|
||||
http = PoolManager()
|
||||
repo = http.request('GET', repo_chg_txt)
|
||||
|
|
Loading…
Reference in a new issue