Skip to content

Commit

Permalink
Merge pull request #166 from KPrasch/main
Browse files Browse the repository at this point in the history
bugfix click option choices
  • Loading branch information
KPrasch authored Oct 27, 2023
2 parents 5a7863d + dfca716 commit d100374
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/initiate_ritual.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"--access-controller",
"-a",
help="global allow list or open access authorizer.",
type=str,
choices=["GlobalAllowList", "OpenAccessAuthorizer"],
type=click.Choice(["GlobalAllowList", "OpenAccessAuthorizer"]),
required=True,
)
def cli(domain, duration, network, account, access_controller):
Expand Down

0 comments on commit d100374

Please sign in to comment.