Skip to content

Commit

Permalink
Remove validator for SRE config show
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Nov 11, 2024
1 parent e34ac85 commit 000e4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_safe_haven/commands/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def show(
name: Annotated[
str,
typer.Argument(
help="Name of SRE to show", callback=validators.typer_safe_string
help="Name of SRE to show"
),
],
file: Annotated[
Expand Down

0 comments on commit 000e4f9

Please sign in to comment.