This commit is contained in:
Daylin Morgan 2023-05-25 19:24:14 -05:00
parent f87aab9ddd
commit ed109d65a4
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -51,7 +51,7 @@ from typing import (
Generator,
)
__version__ = "22.12a3-47-g417c8dd-dev"
__version__ = "22.12a3-48-gf87aab9-dev"
@dataclass
@ -929,6 +929,8 @@ class Viv:
)
elif args.cmd == "update":
echo(__file__)
echo(Path(__file__))
if str(Path(__file__).resolve()).startswith("/proc/"):
error(
a.style("viv manage update", "bold")