mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixed for mirror
This commit is contained in:
parent
08aef8afd5
commit
8b098323d8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class ViewPackage(Configs):
|
|||
self.info_file: list = self.utils.read_text_file(path_info)
|
||||
|
||||
def assign_the_sbo_mirror(self) -> None:
|
||||
self.mirror: str = self.repos.repositories[self.repository]['mirror'][0]
|
||||
self.mirror: str = self.repos.repositories[self.repository]['mirror_packages']
|
||||
|
||||
def assign_the_info_file_variables(self) -> None:
|
||||
for line in self.info_file:
|
||||
|
|
Loading…
Reference in a new issue