Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix file selection of pre-commit hook
The `files` field expects a regexp, not a shell glob. We'd previously select any file containing `zeek` in its name instead of files ending in `.zeek`. With this patch we use the intended selection.
- Loading branch information