From 00b7314395673b791b1094fb4cea85780c423092 Mon Sep 17 00:00:00 2001 From: Nex Date: Sat, 15 Oct 2022 11:11:47 +0200 Subject: [PATCH] Added quotes --- mvt/common/logo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/common/logo.py b/mvt/common/logo.py index 27f6eaa..506b0d4 100644 --- a/mvt/common/logo.py +++ b/mvt/common/logo.py @@ -19,7 +19,7 @@ def check_updates() -> None: else: if latest_version: rich_print(f"\t\t[bold]Version {latest_version} is available! " - "Upgrade mvt with pip3 install -U mvt[/bold]") + "Upgrade mvt with `pip3 install -U mvt`[/bold]") # Then we check for indicators files updates. ioc_updates = IndicatorsUpdates()