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
commita289d4eba8f99fb07622f487ac01c42905329d88 (patch)
tree2a1774a6e765574bd7c2bda573515f0fbcd67ffe
parent74ab77aca47a24a410a5ea324048e246fcf80bbb (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 ;