From f87aab9ddd9b0d0f8ba69f76d09a816f01745efc Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 25 May 2023 19:22:49 -0500 Subject: [PATCH] learn to spell --- 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 b493242..cdba641 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -51,7 +51,7 @@ from typing import ( Generator, ) -__version__ = "22.12a3-46-gb97b4f7-dev" +__version__ = "22.12a3-47-g417c8dd-dev" @dataclass @@ -929,7 +929,7 @@ class Viv: ) elif args.cmd == "update": - if str(Path(__file__).resolve()).startswith("/procs/"): + if str(Path(__file__).resolve()).startswith("/proc/"): error( a.style("viv manage update", "bold") + "should be used with a locally installed viv",