diff options
-rw-r--r-- | hooks/post-receive | 2 |
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 |