Skip to content

Commit

Permalink
Merge pull request #1115 from homebysix/patch-1
Browse files Browse the repository at this point in the history
Fix grammar of check-shebang-scripts error
  • Loading branch information
asottile authored Dec 24, 2024
2 parents 318854d + 4c9457c commit ccf8156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit_hooks/check_shebang_scripts_are_executable.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _message(path: str) -> None:
f'`chmod +x {shlex.quote(path)}`\n'
f' If on Windows, you may also need to: '
f'`git add --chmod=+x {shlex.quote(path)}`\n'
f' If it not supposed to be executable, double-check its shebang '
f' If it is not supposed to be executable, double-check its shebang '
f'is wanted.\n',
file=sys.stderr,
)
Expand Down

0 comments on commit ccf8156

Please sign in to comment.