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 ac9d073..3f2bf15 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