Skip to content

Commit

Permalink
fix(pyflyte): change -d to -D for --destination-dir as -d is already …
Browse files Browse the repository at this point in the history
…for --domain (#1381)

Co-authored-by: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com>
  • Loading branch information
mcloney-ddm and eapolinario committed Feb 22, 2023
1 parent 282b149 commit a21ba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/clis/sdk_in_container/register.py
Expand Up @@ -67,7 +67,7 @@
help="Directory to write the output zip file containing the protobuf definitions",
)
@click.option(
"-d",
"-D",
"--destination-dir",
required=False,
type=str,
Expand Down

0 comments on commit a21ba24

Please sign in to comment.