summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2020-12-15 09:00:02 +0000
committerParabola git <git@parabola.nu>2020-12-15 09:00:02 +0000
commit782b2f1f870b8bbd4e1ae55480713285d480bd40 (patch)
treefaa7bf19820ebe274a1f303b0a3a23b31181a4fc
parent33fdb0dafd10a5fa03e2d3990978f1d05c242720 (diff)
Update from cron
-rwxr-xr-x.config/git/hooks/post-receive.d/notify-pbot-git-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/hooks/post-receive.d/notify-pbot-git-hook b/.config/git/hooks/post-receive.d/notify-pbot-git-hook
index 12ddab4..d6f8859 100755
--- a/.config/git/hooks/post-receive.d/notify-pbot-git-hook
+++ b/.config/git/hooks/post-receive.d/notify-pbot-git-hook
@@ -93,4 +93,4 @@ ParseRefData() # (prev_sha curr_sha ref_file)
## main entry ##
-while read ref_data ; do echo pbot-say "$(ParseRefData ${ref_data})" ; sleep 2 ; done ;
+while read ref_data ; do pbot-say "$(ParseRefData ${ref_data})" ; sleep 2 ; done ;