mirror of
https://github.com/daylinmorgan/viv.git
synced 2025-02-21 06:55:49 -06:00
learn to spell
This commit is contained in:
parent
417c8dd4d0
commit
f87aab9ddd
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
||||||
Generator,
|
Generator,
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "22.12a3-46-gb97b4f7-dev"
|
__version__ = "22.12a3-47-g417c8dd-dev"
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
@ -929,7 +929,7 @@ class Viv:
|
||||||
)
|
)
|
||||||
|
|
||||||
elif args.cmd == "update":
|
elif args.cmd == "update":
|
||||||
if str(Path(__file__).resolve()).startswith("/procs/"):
|
if str(Path(__file__).resolve()).startswith("/proc/"):
|
||||||
error(
|
error(
|
||||||
a.style("viv manage update", "bold")
|
a.style("viv manage update", "bold")
|
||||||
+ "should be used with a locally installed viv",
|
+ "should be used with a locally installed viv",
|
||||||
|
|
Loading…
Add table
Reference in a new issue