Skip to content

Commit

Permalink
style: Merge echo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Jul 16, 2024
1 parent 0060fdf commit b6d9e44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions {{cookiecutter.project_name}}/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ install: ## Install dependencies
@$(MAKE) --quiet freeze
{%- endif %}
@$(MAKE) --quiet add-repo-to-git
@echo "Installed the '{{ cookiecutter.project_name }}' project!"
@echo "You can now activate your virtual environment with 'source .venv/bin/activate'."
@echo "Installed the '{{ cookiecutter.project_name }}' project! You can now activate your virtual environment with 'source .venv/bin/activate'."
{%- if cookiecutter.pre_commit_hooks == 'n' %}
@echo "If you want to use pre-commit hooks in the future, run 'make install-pre-commit'."
{%- endif %}
Expand Down

0 comments on commit b6d9e44

Please sign in to comment.