mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed message
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0d6d0922d6
commit
db345667eb
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class Patches(BlackList, Utils):
|
|||
unit, size = units(self.comp_sum, self.uncomp_sum)
|
||||
print("\nInstalling summary")
|
||||
print("=" * 79)
|
||||
print(f"{self.grey}Total {self.count_upg}"
|
||||
print(f"{self.grey}Total {self.count_upg} "
|
||||
f"{self.msg.pkg(len(self.upgrade_all))} will be upgraded and"
|
||||
f" {self.count_added} will be installed.")
|
||||
print(f"Need to get {size[0]} {unit[0]} of archives.")
|
||||
|
|
Loading…
Reference in a new issue