Skip to content

Commit

Permalink
Define a finite set of choices for tigervnc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf authored and manics committed Feb 5, 2024
1 parent 98b499c commit 2a325bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter_remote_desktop_proxy/install.py
Expand Up @@ -123,7 +123,8 @@ def main():
parser.add_argument(
"--tigervnc-version",
dest="tigervnc_version",
default="1.10.0",
default="1.10.1",
choices=["1.10.1", "1.10.0", "1.9.0"],
help=textwrap.dedent(
"""\
The version of tigervnc to download.
Expand Down

0 comments on commit 2a325bd

Please sign in to comment.