diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-27 13:50:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-27 13:50:04 +0200 |
commit | a72d23892a593c02e7e57d42cc764af651db5bc5 (patch) | |
tree | 51e3ce8f205c3ef098c866547db18e5b2de0a559 | |
parent | 544a71ba06710eaa0628af77fffcb601237664ef (diff) |
test
-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 |