Skip to content

Commit

Permalink
Fix grammar of check-shebang-scripts error
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix authored Dec 19, 2024
1 parent e437b7e commit 4c9457c
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 4c9457c

Please sign in to comment.