From ae242fc14f7f893255068f6934b35072f16b7e1b Mon Sep 17 00:00:00 2001 From: saattrupdan Date: Sat, 7 Sep 2024 19:54:10 +0200 Subject: [PATCH] fix: Wrong jinja to install pipx --- {{cookiecutter.project_name}}/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/makefile b/{{cookiecutter.project_name}}/makefile index e301648..577153d 100644 --- a/{{cookiecutter.project_name}}/makefile +++ b/{{cookiecutter.project_name}}/makefile @@ -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 \