This commit is contained in:
Daylin Morgan 2023-05-26 00:13:52 -05:00
parent 30cb4b5faf
commit 6e940fc594
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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")