Resolving some more hooking problems

This commit is contained in:
Miroslav Stampar
2018-12-10 13:21:36 +01:00
parent f81062d595
commit e47c1aa61b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
"""
: '
cat > .git/hooks/post-commit << EOF
#!/bin/bash
@@ -8,7 +8,7 @@ source ./extra/shutils/postcommit-hook.sh
EOF
chmod +x .git/hooks/post-commit
"""
'
SETTINGS="../../lib/core/settings.py"