From 5c21ca0dda92fac5aecd84e3fa67b4d33462e70f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 4 Mar 2016 16:18:28 +0100 Subject: update hook --- githooks/merchant/post-receive | 2 ++ 1 file changed, 2 insertions(+) (limited to 'githooks/merchant') diff --git a/githooks/merchant/post-receive b/githooks/merchant/post-receive index 77a817d..001cfa7 100755 --- a/githooks/merchant/post-receive +++ b/githooks/merchant/post-receive @@ -5,6 +5,8 @@ import os lines = sys.stdin.readlines() +print("executing merchant post-receive hook") + updated = set() for line in lines: -- cgit v1.2.3