mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
fix: use a moving target 'latest'
This commit is contained in:
parent
08cf8ee7d1
commit
c7bae61706
1 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,6 @@ from urllib.error import HTTPError
|
|||
from urllib.request import urlopen
|
||||
|
||||
__version__ = "23.5a1-dev"
|
||||
STABLE = "23.5a1"
|
||||
|
||||
|
||||
class Config:
|
||||
|
@ -1329,7 +1328,7 @@ class Viv:
|
|||
"-r",
|
||||
"--ref",
|
||||
help="git reference (branch/tag/commit)",
|
||||
default="main",
|
||||
default="latest",
|
||||
metavar="<ref>",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue