Skip to content

Commit

Permalink
Get rid of cat log as it doesn't do anything
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Dec 20, 2024
1 parent 7331174 commit c4abf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ endef
@(eval "$$(conda shell.bash activate "${REPO_NAME}")"\
&& pre-commit install --install-hooks)\
> $@.log 2>&1\
|| (cat $@.log && $(call err,Git pre-commit setup failed))
|| $(call err,Git pre-commit setup failed)
@touch $@
@echo " DONE"

Expand Down

0 comments on commit c4abf9d

Please sign in to comment.