Skip to content

Commit

Permalink
fix: Don't include gpg recipes if open source
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Jul 15, 2024
1 parent e52a862 commit a631fa0
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 @@ -45,8 +45,8 @@ install: ## Install dependencies
@$(MAKE) --quiet install-brew
{% if cookiecutter.open_source != 'y' -%}
@$(MAKE) --quiet install-gpg
{% endif -%}
@$(MAKE) --quiet generate-gpg-key
{% endif -%}
{% if cookiecutter.dependency_manager != 'pip' -%}
@$(MAKE) --quiet install-pipx
@$(MAKE) --quiet install-poetry
Expand Down

0 comments on commit a631fa0

Please sign in to comment.