summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hooks/post-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
index 131ca45..9c24cc3 100644
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -14,7 +14,7 @@ for i in ${FILES_M[@]} ${FILES_A[@]}; do
# Deploy git hook updates
if [ "${d}" = 'hooks' ]; then
- cp -v "${cache}/${i}" "${src}/hooks/"
+ cp -v "${cache}/${i}" "hooks/"
fi
if [ "${d}" = 'speak' ]; then

Generated by cgit