diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-03-28 18:29:44 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-03-28 18:29:44 -0600 |
commit | 5c87c828d1e56cf9c0ab7258f836a98e6eebdb12 (patch) | |
tree | 380386cace381591bab5a0db0e132c990c18d3cd | |
parent | 48daf83cc9dc3715b11b5b574889159524eb0c04 (diff) | |
download | testrepo-5c87c828d1e56cf9c0ab7258f836a98e6eebdb12.tar.gz testrepo-5c87c828d1e56cf9c0ab7258f836a98e6eebdb12.tar.xz |
testing 1..2..3...
-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 |