diff --git a/src/viv/viv.py b/src/viv/viv.py index 9ed6080..484ac8e 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -51,7 +51,7 @@ from typing import ( Generator, ) -__version__ = "22.12a3-47-gf069a26-dev" +__version__ = "22.12a3-48-g30cb4b5-dev" @dataclass @@ -1030,10 +1030,7 @@ class Viv: echo(f"Downloaded version: {downloaded_version}") q = INSTALL_TEMPLATE.format( src_location="~/.local/share/viv/viv.py", cli_location="~/bin/viv" - ) + ( - "Would you like to perform the above " - "installation steps with the following settings?" - ) + ) + ("Would you like to perform the above " "installation steps?") if confirm(q): print("AWAY MAN")