mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-12-22 10:40:44 -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
|
from urllib.request import urlopen
|
||||||
|
|
||||||
__version__ = "23.5a1-dev"
|
__version__ = "23.5a1-dev"
|
||||||
STABLE = "23.5a1"
|
|
||||||
|
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
|
@ -1329,7 +1328,7 @@ class Viv:
|
||||||
"-r",
|
"-r",
|
||||||
"--ref",
|
"--ref",
|
||||||
help="git reference (branch/tag/commit)",
|
help="git reference (branch/tag/commit)",
|
||||||
default="main",
|
default="latest",
|
||||||
metavar="<ref>",
|
metavar="<ref>",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue