learn to spell

This commit is contained in:
Daylin Morgan 2023-05-25 19:22:49 -05:00
parent 417c8dd4d0
commit f87aab9ddd
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

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