diff options
-rwxr-xr-x | post-update.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/post-update.sh b/post-update.sh index e5f3343..443cd9e 100755 --- a/post-update.sh +++ b/post-update.sh @@ -5,11 +5,10 @@ # # To enable this hook, rename this file to "post-update". -git update-server-info - echo "ARGS=" $* while read IN; do echo "IN=$IN" done +git update-server-info |