Skip to content

Commit

Permalink
Remove duplicated -r flag for update function (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek authored May 22, 2023
1 parent 337c01c commit a5c1850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowcli/cli/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def function_update(
replace: bool = typer.Option(
False,
"--replace-always",
"-r",
"-a",
help="Replace function, even if no detected changes to metadata",
),
):
Expand Down

0 comments on commit a5c1850

Please sign in to comment.