Update a comment

This commit is contained in:
Pierre Pronchery 2017-10-08 17:13:22 +02:00
parent 25559e6edd
commit e64afda487

View File

@ -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" &&