mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Fixed sbo view packages - new version
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5089d20c1e
commit
12d00c4a0c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
3.8.2 - 15/02/2020
|
||||
Fixed:
|
||||
- SBo repository view Packages and New version
|
||||
|
||||
3.8.1 - 13/02/2020
|
||||
Fixed:
|
||||
- Bugfix double install packages from slack regular repo
|
||||
|
|
|
@ -270,7 +270,7 @@ class SBoInstall:
|
|||
args[3] arch
|
||||
"""
|
||||
ver = GetFromInstalled(args[1]).version()
|
||||
print(f" {args[0]}{args[1] + ver}{self.endc}"
|
||||
print(f" {args[0]}{args[1] + ver} {self.endc}"
|
||||
f"{' ' * (24-len(args[1] + ver))}{args[2]}"
|
||||
f"{' ' * (18-len(args[2]))} {args[3]}"
|
||||
f"{' ' * (15-len(args[3]))}{''}"
|
||||
|
|
Loading…
Reference in a new issue