mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for upgradeable
This commit is contained in:
parent
b6bf8a5c11
commit
394ef51938
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class ViewMessage(Configs):
|
|||
if upgradable:
|
||||
color: str = self.violet
|
||||
package: str = self.build_package_and_version(package)
|
||||
if installed and self.option_for_reinstall:
|
||||
if installed and self.option_for_reinstall and not upgradable:
|
||||
color: str = self.violet
|
||||
package: str = self.build_package_and_version(package)
|
||||
|
||||
|
|
Loading…
Reference in a new issue