Skip to content

Commit

Permalink
fix: Wrong jinja to install pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Sep 7, 2024
1 parent 43e397f commit ae242fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install-brew:
echo "Installed Homebrew."; \
fi

{%- if cookiecutter.open_source != 'y' %}
{%- if cookiecutter.dependency_manager != 'pip' %}

install-pipx:
@if [ "$(shell which pipx)" = "" ]; then \
Expand Down

0 comments on commit ae242fc

Please sign in to comment.