From: Arran Cudbard-Bell Date: Fri, 27 Jul 2012 18:01:15 +0000 (+0200) Subject: Update scripts/git/post-receive X-Git-Tag: release_3_0_0_beta0~109^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0012c68afb852b41d6f9f97013e5a7ec30985dc;p=thirdparty%2Ffreeradius-server.git Update scripts/git/post-receive --- diff --git a/scripts/git/post-receive b/scripts/git/post-receive index ac9d073a514..3f2bf1561e7 100755 --- a/scripts/git/post-receive +++ b/scripts/git/post-receive @@ -138,7 +138,7 @@ else fi if [ $PUSH_TO_REMOTES ]; then - echo "Pushing to remote servers" + echo "Pushing to remote repositories" for remote in `$GIT_EXEC remote`; do $GIT_EXEC push "$remote" "$PUSH_TO_BRANCH" done