mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated for upgrade pkgs
This commit is contained in:
parent
0af68f6294
commit
5d9beac145
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Upgrade(Configs):
|
|||
repo_package: str = self.data[name][1]
|
||||
repo_build: str = self.utils.split_binary_pkg(repo_package)[3]
|
||||
|
||||
elif not self.option_for_binaries and self.data.get(name):
|
||||
else:
|
||||
repo_version: str = self.data[name][2]
|
||||
repo_location: str = self.data[name][0]
|
||||
repo_build: str = self.utils.read_sbo_build_tag(name, repo_location)
|
||||
|
|
Loading…
Add table
Reference in a new issue