diff options
| author | katelyn martin <kmartin@fastly.com> | 2021-02-24 18:37:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 18:37:13 -0500 |
| commit | f06896ca7a43cf62a4b87e4cf959b06f49893fbb (patch) | |
| tree | 79dd4d4f9dbcdd5c50a25e6335aaffa73c6ad043 | |
| parent | a8486b64b0c87dabd045453b6c81500015d122d6 (diff) | |
| download | rust-f06896ca7a43cf62a4b87e4cf959b06f49893fbb.tar.gz rust-f06896ca7a43cf62a4b87e4cf959b06f49893fbb.zip | |
fix typo in `pre-commit.sh`
| -rwxr-xr-x | src/etc/pre-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/pre-commit.sh b/src/etc/pre-commit.sh index 70b4e9d9908..9045adb54dc 100755 --- a/src/etc/pre-commit.sh +++ b/src/etc/pre-commit.sh @@ -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. # |
