mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix for salix
This commit is contained in:
parent
6dabb2cf99
commit
6f3717785f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Upgrade(Configs):
|
|||
self.repos.data_json)
|
||||
|
||||
if self.repos.repositories[repository]['enable'] and extra_data_file.is_file():
|
||||
extra_repo: dict = self.load_data.load(self.repos.slack_extra_repo_name, message=False)
|
||||
extra_repo: dict = self.load_data.load(repository, message=False)
|
||||
|
||||
installed: dict = self.utils.all_installed()
|
||||
|
||||
|
|
Loading…
Reference in a new issue