diff --git a/doc/tips/setup_a_public_repository_on_a_web_site.mdwn b/doc/tips/setup_a_public_repository_on_a_web_site.mdwn index 8251cabf6f..3b971e0c2c 100644 --- a/doc/tips/setup_a_public_repository_on_a_web_site.mdwn +++ b/doc/tips/setup_a_public_repository_on_a_web_site.mdwn @@ -32,7 +32,7 @@ right out of it, also using http. ## post-receive hook If you have git-annex 4.20130703, the post-receive hook mentioned above -in step 8 just needs to run `git annex merge`. +in step 9 just needs to run `git annex merge`. With older versions of git-annex, you can instead use `git annex sync`.