diff --git a/ChangeLog.txt b/ChangeLog.txt index b196118a..39edb94c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +3.8.9 - 03/06/2020 +BugFix: +- Fixed Slackware distribution --upgrade flag + 3.8.8 - 20/05/2020 BugFix: - Fixed the name of variable flags to flag for patches upgrade option diff --git a/slpkg/slack/patches.py b/slpkg/slack/patches.py index baadcbc1..66f59a5b 100644 --- a/slpkg/slack/patches.py +++ b/slpkg/slack/patches.py @@ -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.")