mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed message
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d48f7d3bf1
commit
6b98d8ceca
1 changed files with 2 additions and 2 deletions
|
@ -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"])
|
||||
Update().repository(["slack"])
|
||||
|
|
Loading…
Add table
Reference in a new issue