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 committed Sep 28, 2023
1 parent 04dff5d commit 315348d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter_remote_desktop_proxy/install.py
Original file line number Diff line number Diff line change
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 315348d

Please sign in to comment.