Skip to content

Commit

Permalink
fix: correct command group name in entrypoint config
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunc committed May 11, 2022
1 parent 03632c8 commit 0353dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ create-sample-project = "bin/create-sample-project.sh"

# NB poetry does not (yet?) support PEP 621
[tool.poetry.plugins."kedro.project_commands"]
dvc = "kedro_dvc.cli:dvc"
dvc = "kedro_dvc.cli:kedro_dvc_cli"

[tool.black]
exclude = '''
Expand Down

0 comments on commit 0353dc6

Please sign in to comment.