From e3f92cf748c7852164881bc566481dfe5b3d3e40 Mon Sep 17 00:00:00 2001 From: Ching-Hong Fang Date: Thu, 25 Apr 2024 02:14:39 +0800 Subject: [PATCH] Fix "zip" to "tar" (#2366) Signed-off-by: chinghongfang --- flytekit/clis/sdk_in_container/register.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytekit/clis/sdk_in_container/register.py b/flytekit/clis/sdk_in_container/register.py index 45e41efe47..e704534d1f 100644 --- a/flytekit/clis/sdk_in_container/register.py +++ b/flytekit/clis/sdk_in_container/register.py @@ -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",