Skip to content

Commit

Permalink
fix: use correct app sequence task name (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiPaRadix authored Apr 23, 2024
1 parent 8ab7ee0 commit 62bf51f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit 62bf51f

Please sign in to comment.