Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trhodeos committed Aug 22, 2024
1 parent 6f67635 commit 6082349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metaflow/plugins/argo/argo_workflows_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ def argo_workflows(obj, name=None):
help="Print out the Event Sensor JSON sent to Argo Workflows. Do not deploy anything.",
)
@click.option(
"--only-cron-workflow-template-json",
"--only-cron-workflow-json",
is_flag=True,
default=False,
help="Print out the Argo Cron Workflow Template JSON sent to Argo Workflows. Do not deploy anything.",
help="Print out the Argo Cron Workflow JSON sent to Argo Workflows. Do not deploy anything.",
)
@click.option(
"--max-workers",
Expand Down

0 comments on commit 6082349

Please sign in to comment.