Skip to content

Commit 4c9457c

Browse files
authored
Fix grammar of check-shebang-scripts error
1 parent e437b7e commit 4c9457c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/check_shebang_scripts_are_executable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _message(path: str) -> None:
3636
f'`chmod +x {shlex.quote(path)}`\n'
3737
f' If on Windows, you may also need to: '
3838
f'`git add --chmod=+x {shlex.quote(path)}`\n'
39-
f' If it not supposed to be executable, double-check its shebang '
39+
f' If it is not supposed to be executable, double-check its shebang '
4040
f'is wanted.\n',
4141
file=sys.stderr,
4242
)

0 commit comments

Comments
 (0)