diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-11-26 00:14:14 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-11-26 00:14:14 -0500 |
commit | 9a008cc243cfa0dc98d1590614e80f0f42e91e4d (patch) | |
tree | ad4312808a74676464eef0b01549798841eacf79 /doc/tips | |
parent | b2cce39036847d542f543550cf22aaf1d3ca77dc (diff) | |
download | ikiwiki-9a008cc243cfa0dc98d1590614e80f0f42e91e4d.tar ikiwiki-9a008cc243cfa0dc98d1590614e80f0f42e91e4d.tar.gz |
fix error in git_wrapper path i introduced
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/laptop_wiki_with_git.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/laptop_wiki_with_git.mdwn b/doc/tips/laptop_wiki_with_git.mdwn index e9eee4a8a..930a0ae69 100644 --- a/doc/tips/laptop_wiki_with_git.mdwn +++ b/doc/tips/laptop_wiki_with_git.mdwn @@ -29,7 +29,7 @@ is standard, but a few special settings are needed: be written to the `post-commit` hook of the git clone, rather than the usual `post-update` hook. - git_wrapper: /home/user/foo-wiki/.git/post-commit + git_wrapper: /home/user/foo-wiki/.git/hooks/post-commit * By default, ikiwiki pulls and pushes from `origin`. This shouldn't be done on the laptop, because the origin may not be accessible (when the |