From 42d26e6965e5185b698ba6ad39aea6cbc42e3250 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 20 Dec 2013 10:38:17 -0400 Subject: [PATCH] typo --- doc/tips/setup_a_public_repository_on_a_web_site.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.