From 62bf51fcb52b310c04340c7f31e17e2545ac5d66 Mon Sep 17 00:00:00 2001 From: Sipalste <99645608+SiPaRadix@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:22:00 +0200 Subject: [PATCH] fix: use correct app sequence task name (#237) --- {{ cookiecutter.__project_name_kebab_case }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.__project_name_kebab_case }}/pyproject.toml b/{{ cookiecutter.__project_name_kebab_case }}/pyproject.toml index 94775a9..56dbbc9 100644 --- a/{{ cookiecutter.__project_name_kebab_case }}/pyproject.toml +++ b/{{ cookiecutter.__project_name_kebab_case }}/pyproject.toml @@ -206,7 +206,7 @@ convention = "{{ cookiecutter.__docstring_style|lower }}" [tool.poe.tasks.app] help = "Serve the app" - [[tool.poe.tasks.lint.sequence]] + [[tool.poe.tasks.app.sequence]] cmd = "echo 'Serving app...'" {%- endif %}