Skip to content

Commit

Permalink
Fix "zip" to "tar" (#2366)
Browse files Browse the repository at this point in the history
Signed-off-by: chinghongfang <[email protected]>
  • Loading branch information
chinghongfang authored Apr 24, 2024
1 parent 7ba8f35 commit e3f92cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/clis/sdk_in_container/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
required=False,
type=click.Path(dir_okay=True, file_okay=False, writable=True, resolve_path=True),
default=None,
help="Directory to write the output zip file containing the protobuf definitions",
help="Directory to write the output tar file containing the protobuf definitions",
)
@click.option(
"-D",
Expand Down

0 comments on commit e3f92cf

Please sign in to comment.