Skip to content

Commit

Permalink
Rollup merge of #82503 - cratelyn:patch-1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
fix typo in `pre-commit.sh`

This updates a small typo I found, no more no less 🙂
  • Loading branch information
Aaron1011 committed Feb 25, 2021
2 parents 586ed18 + f06896c commit 4fdca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/pre-commit.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# Call `tidy --bless` before each commit
# Copy this scripts to .git/hooks to activate,
# Copy this script to .git/hooks to activate,
# and remove it from .git/hooks to deactivate.
#

Expand Down

0 comments on commit 4fdca6a

Please sign in to comment.