Skip to content

Commit c4ab6bd

Browse files
committed
Fix mixed-up package names
1 parent cab1150 commit c4ab6bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{ cookiecutter.project_slug }}/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Direct your favorite
7474
[AUR helper](https://wiki.archlinux.org/title/AUR_helpers) to the
7575
`
7676
{%- if cookiecutter.include_executable == "y" -%}
77-
python-{{ cookiecutter.package_name }}
78-
{%- else -%}
7977
{{ cookiecutter.package_name }}
78+
{%- else -%}
79+
python-{{ cookiecutter.package_name }}
8080
{%- endif -%}
8181
` package.
8282

0 commit comments

Comments
 (0)