summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/setup_a_public_repository_on_a_web_site.mdwn2
1 files changed, 1 insertions, 1 deletions
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 8251cabf6..3b971e0c2 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`.