summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index e93466b..5b14f72 100644
--- a/install.sh
+++ b/install.sh
@@ -12,10 +12,10 @@ fugitive_write_template() {
fugitive_install_hooks() {
echo -n "Installing fugitive hooks scripts... "
- (base64 -d | gunzip) >> .git/hooks/pre-commit <<EOF
+ (base64 -d | gunzip) > .git/hooks/pre-commit <<EOF
#INCLUDE:pre-commit.sh#
EOF
- (base64 -d | gunzip) >> .git/hooks/pre-receive <<EOF
+ (base64 -d | gunzip) > .git/hooks/pre-receive <<EOF
#INCLUDE:pre-receive.sh#
EOF
(base64 -d | gunzip) > .git/hooks/post-commit <<EOF