Skip to content

Commit

Permalink
update template name
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
nikki everett committed Jan 4, 2024
1 parent cce29eb commit 0ae9c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/clis/sdk_in_container/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@click.command("init")
@click.option(
"--template",
default="basic-example-imagespec",
default="basic-template-imagespec",
help="cookiecutter template folder name to be used in the repo - https://github.com/flyteorg/flytekit-python-template.git",
)
@click.argument("project-name")
Expand Down

0 comments on commit 0ae9c72

Please sign in to comment.