mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
fix: use latest flag for on-demand vivv
This commit is contained in:
parent
5b397c0fe6
commit
560871e6c3
1 changed files with 2 additions and 3 deletions
|
@ -56,7 +56,7 @@ from typing import (
|
|||
from urllib.error import HTTPError
|
||||
from urllib.request import urlopen
|
||||
|
||||
__version__ = "23.8a3-5-gd3e1afd-dev"
|
||||
__version__ = "23.8a3-6-g5b397c0-dev"
|
||||
|
||||
|
||||
class Spinner:
|
||||
|
@ -1701,9 +1701,8 @@ class Viv:
|
|||
|
||||
if not self.local_source and viv_used:
|
||||
(tmppath / "viv.py").write_text(
|
||||
# TODO: use latest tag once ready
|
||||
fetch_script(
|
||||
"https://raw.githubusercontent.com/daylinmorgan/viv/dev/src/viv/viv.py"
|
||||
"https://raw.githubusercontent.com/daylinmorgan/viv/latest/src/viv/viv.py"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue