mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixed repository name
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d60486d67a
commit
c3f384f9af
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Upgrade(Configs): # pylint: disable=[R0902]
|
||||||
log: dict = self.utils.read_json_file(self.upgrade_log_file)
|
log: dict = self.utils.read_json_file(self.upgrade_log_file)
|
||||||
|
|
||||||
log[installed]: dict = {
|
log[installed]: dict = {
|
||||||
'repository': installed,
|
'repository': self.repository,
|
||||||
'package': self.data[name]['package'],
|
'package': self.data[name]['package'],
|
||||||
'error': str(err)
|
'error': str(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue