From df7dfe4986d00c3060115ae5ead40b69f0db623f Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Mon, 6 Oct 2014 13:54:07 -0400 Subject: [PATCH] Added more details to deploy-hooks --- deploy-hooks.git/post-update | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-hooks.git/post-update b/deploy-hooks.git/post-update index 1c2638c..58062da 100755 --- a/deploy-hooks.git/post-update +++ b/deploy-hooks.git/post-update @@ -26,6 +26,7 @@ fi echo "Syncing hooks..." for working_copy in $(find $CHECKOUT_DIR -maxdepth 1 -name '*.git' -type d | grep -v '/.git'); do + echo Updating remote hooks for: ${working_copy//*\//}/hooks/ rsync -avrSPX --delete $working_copy/* $REPO_DIR/${working_copy//*\//}/hooks/ done -- 2.25.1