Merge pull request #1115 from homebysix/patch-1

Fix grammar of check-shebang-scripts error
This commit is contained in:
Anthony Sottile 2024-12-24 12:48:47 -05:00 committed by GitHub
commit ccf815675d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
)