mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for repo name
This commit is contained in:
parent
f46187c98b
commit
0bee031e4f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Required:
|
||||||
self.repos.slint_repo_name
|
self.repos.slint_repo_name
|
||||||
]
|
]
|
||||||
|
|
||||||
self.repo = self.utils.repository_name(self.data)
|
self.repo = self.data[name][11]
|
||||||
|
|
||||||
def resolve(self) -> list:
|
def resolve(self) -> list:
|
||||||
""" Resolve the dependencies. """
|
""" Resolve the dependencies. """
|
||||||
|
|
Loading…
Reference in a new issue