From f069a26fdb03357cb0838f33a5e66068465ce87d Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 26 May 2023 00:10:34 -0500 Subject: [PATCH] yet again --- src/viv/viv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/viv/viv.py b/src/viv/viv.py index 22dab93..155ede3 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -51,7 +51,7 @@ from typing import ( Generator, ) -__version__ = "22.12a3-45-g64d05e3-dev" +__version__ = "22.12a3-46-g39f7790-dev" @dataclass @@ -562,7 +562,7 @@ SHOW_TEMPLATE = f""" {a.style('Current Source', 'bold')}: {{src}} """ -INSTALL_TEMPLATE = f"""\ +INSTALL_TEMPLATE = f""" Install viv.py to {a.bold}{{src_location}}{a.end} Symlink {a.bold}{{src_location}}{a.end} to {a.bold}{{cli_location}}{a.end}