aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/git/hooks/executable_pre-push
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/git/hooks/executable_pre-push')
-rwxr-xr-xdot_config/git/hooks/executable_pre-push2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/git/hooks/executable_pre-push b/dot_config/git/hooks/executable_pre-push
index 286958b..b0915bf 100755
--- a/dot_config/git/hooks/executable_pre-push
+++ b/dot_config/git/hooks/executable_pre-push
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env dash
# Reject pushes that include commits which:
# * lack a good signature, or
# * have a committer different from this repo's user.name / user.email, or