summaryrefslogtreecommitdiffstats
path: root/assets/hooks
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-12-01 22:33:56 +0100
committermakefu <github@syntax-fehler.de>2011-12-01 22:33:56 +0100
commite743ff7e2bb3bffeaf7173d918654341d2f96407 (patch)
tree988064dd2e9e299ddea9af3fe048f555e61eb973 /assets/hooks
parent8ac370352e4788ceb2edd0b9184dd31c34ffa7df (diff)
//assets: remove deploy in favor of Makefile
Diffstat (limited to 'assets/hooks')
-rwxr-xr-xassets/hooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/hooks/pre-commit b/assets/hooks/pre-commit
index 16a5cebc..76677a76 100755
--- a/assets/hooks/pre-commit
+++ b/assets/hooks/pre-commit
@@ -9,7 +9,7 @@ RET=$?
if [ "$RET" = "0" ];
then
echo "** Database sanity verified"
- git add $DB
+ #git add $DB
#mv $TMP $DB
else
echo "!! Database insane"