summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-03-28 18:29:44 -0600
committerAaron Ball <nullspoon@oper.io>2020-03-28 18:29:44 -0600
commit5c87c828d1e56cf9c0ab7258f836a98e6eebdb12 (patch)
tree380386cace381591bab5a0db0e132c990c18d3cd
parent48daf83cc9dc3715b11b5b574889159524eb0c04 (diff)
downloadtestrepo-5c87c828d1e56cf9c0ab7258f836a98e6eebdb12.tar.gz
testrepo-5c87c828d1e56cf9c0ab7258f836a98e6eebdb12.tar.xz
testing 1..2..3...
-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