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 \