]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update scripts/git/post-receive
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 27 Jul 2012 18:01:15 +0000 (20:01 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 27 Jul 2012 18:01:15 +0000 (20:01 +0200)
scripts/git/post-receive

index ac9d073a5141ac3fbb658748676a640c4939a9c9..3f2bf1561e7930f43b5165c9799a647ae818beb3 100755 (executable)
@@ -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