Skip to content

Commit

Permalink
fix: contributors is upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 22, 2021
1 parent 565aa2d commit 5bad542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ install:

.PHONY: contributors
contributors:
printf '# contributors generated by `make contributors`\n\n' > ./contributors
git log --format="%aN <%aE>" | sort | uniq | grep -v '^dependabot\[bot\]' >> ./contributors
printf '# contributors generated by `make contributors`\n\n' > ./CONTRIBUTORS
git log --format="%aN <%aE>" | sort | uniq | grep -v '^dependabot\[bot\]' >> ./CONTRIBUTORS

0 comments on commit 5bad542

Please sign in to comment.