diff options
Diffstat (limited to 'dot_config/git/hooks/executable_pre-commit')
| -rwxr-xr-x | dot_config/git/hooks/executable_pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/git/hooks/executable_pre-commit b/dot_config/git/hooks/executable_pre-commit index 548925b..76d623b 100755 --- a/dot_config/git/hooks/executable_pre-commit +++ b/dot_config/git/hooks/executable_pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env dash # User-level pre-commit. No global checks — exists purely so that # `<repo>/.githooks/pre-commit` gets picked up automatically without # the project needing to override core.hooksPath. If there is no |
