diff --git a/doc/hooks/post-receive b/doc/hooks/post-receive index 24df684..8898c20 100755 --- a/doc/hooks/post-receive +++ b/doc/hooks/post-receive @@ -71,7 +71,7 @@ _hook_mirror() continue fi fi - #refresh the repository + #mirror the repository (unset GIT_DIR; cd "$mirror" && $GIT fetch -q "$GIT_REMOTE" &&