mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
Merge pull request #1115 from homebysix/patch-1
Fix grammar of check-shebang-scripts error
This commit is contained in:
commit
ccf815675d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def _message(path: str) -> None:
|
||||||
f'`chmod +x {shlex.quote(path)}`\n'
|
f'`chmod +x {shlex.quote(path)}`\n'
|
||||||
f' If on Windows, you may also need to: '
|
f' If on Windows, you may also need to: '
|
||||||
f'`git add --chmod=+x {shlex.quote(path)}`\n'
|
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',
|
f'is wanted.\n',
|
||||||
file=sys.stderr,
|
file=sys.stderr,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue