diff options
Diffstat (limited to 'dm')
-rwxr-xr-x | dm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |