diff --git a/slpkg/slack/patches.py b/slpkg/slack/patches.py index 0c483dd6..a5618d76 100644 --- a/slpkg/slack/patches.py +++ b/slpkg/slack/patches.py @@ -129,7 +129,7 @@ class Patches: if self.meta.arch == "x86_64": slack_arch = "64" print(f"\nSlackware{slack_arch} '{self.version}' v{slack_ver()}" - f"distribution is up to date!\n") + f" distribution is up to date!\n") def store(self): """ @@ -272,4 +272,4 @@ class Patches: print(f"{self.green}Update the package lists ?{self.endc}") print("=" * 79) if self.msg.answer() in ["y", "Y"]: - Update().repository(["slack"]) \ No newline at end of file + Update().repository(["slack"])