Skip to content

Commit

Permalink
comment addressed
Browse files Browse the repository at this point in the history
Signed-off-by: Ketan Umare <ketan.umare@gmail.com>
  • Loading branch information
kumare3 committed Sep 13, 2023
1 parent 9e9f8f2 commit 2ab16b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flytekit/clis/sdk_in_container/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@
"--activate-launchplan",
default=False,
is_flag=True,
help="Flip current active version to the newly registered version of an active LaunchPlan. This combines to "
"operations into one",
help="Activate newly registered Launchplans. This operation deactivates previous versions of Launchplans.",
)
@click.argument("package-or-module", type=click.Path(exists=True, readable=True, resolve_path=True), nargs=-1)
@click.pass_context
Expand Down

0 comments on commit 2ab16b9

Please sign in to comment.