summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-03-28 18:23:43 -0600
committerAaron Ball <nullspoon@oper.io>2020-03-28 18:23:43 -0600
commit45ffa6d976060c4189cce6ddbb63207574051eab (patch)
tree656a67e58ec216cb512bfa87755e732f5bc7af0a
parent7e2171ede99df7a842b07f4d1d3e538476543650 (diff)
downloadtestrepo-45ffa6d976060c4189cce6ddbb63207574051eab.tar.gz
testrepo-45ffa6d976060c4189cce6ddbb63207574051eab.tar.xz
nohello
-rw-r--r--hooks/post-receive2
1 files changed, 0 insertions, 2 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
index c46f228..d759dcb 100644
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -6,8 +6,6 @@ source ~/bin/libgithook.sh
load_file_actions
dump_sess
-printf 'Hello world!\n'
-
cache="$(deploy_cache ${NEWREV})"
for i in ${FILES_M[@]} ${FILES_A[@]}; do

Generated by cgit