diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-20 10:38:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-20 10:38:17 -0400 |
commit | 3927aede352f2ede8554feb4d99013bb22eded53 (patch) | |
tree | ef7bb79105000c40c1b3582103a824f2125c9488 | |
parent | d49b7aa862524f2287f4010acee58248d6026d2d (diff) |
typo
-rw-r--r-- | doc/tips/setup_a_public_repository_on_a_web_site.mdwn | 2 |
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`. |