aboutsummaryrefslogtreecommitdiff
path: root/dm
diff options
context:
space:
mode:
Diffstat (limited to 'dm')
-rwxr-xr-xdm2
1 files changed, 2 insertions, 0 deletions
diff --git a/dm b/dm
index e9e9229..2fb3424 100755
--- a/dm
+++ b/dm
@@ -2,6 +2,8 @@
set -e
+git config core.hooksPath .githooks
+
if [ ! -f SUBSTS.local ]; then
echo "Please create the file SUBSTS.local first."
exit 1;