From e64afda487335ec8c4217050ce1dee4e92598fe8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 8 Oct 2017 17:13:22 +0200 Subject: [PATCH] Update a comment --- doc/hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" &&