mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for version print
This commit is contained in:
parent
721a239b70
commit
d0a72541f1
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class Packages(Configs):
|
|||
status: bool = False
|
||||
|
||||
repo_ver: str = BinQueries(package, self.repo).version()
|
||||
help_text: str = f'Package: {package}-{repo_ver}'
|
||||
help_text: str = f'Package: {package} {repo_ver}'
|
||||
upgradable: bool = self.upgrade.is_package_upgradeable(package)
|
||||
|
||||
if self.mode == 'upgrade' and upgradable:
|
||||
|
|
Loading…
Add table
Reference in a new issue