remove newline
This commit is contained in:
parent
45f6def98f
commit
1c406ecbfb
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ class Exe:
|
|||
print(f"""
|
||||
name: {self.owner}/{self.name}
|
||||
latest: {self.fetch_tags()[0]}
|
||||
current:
|
||||
""")
|
||||
current:""")
|
||||
|
||||
print("\n".join([f" | {line} " for line in self.current_version().splitlines()]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue