aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@web>2008-10-19 19:47:19 -0400
committerJoey Hess <joey@kitenet.net>2008-10-19 19:47:19 -0400
commit3d8a6fa447587be7023d24319c5f775919777bad (patch)
tree1a524b365bde507a3835feff79ba6b2742525c90 /doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn
parentd8e653e6847aa626ca18cb5444f96dbc5325aaae (diff)
downloadikiwiki-3d8a6fa447587be7023d24319c5f775919777bad.tar
ikiwiki-3d8a6fa447587be7023d24319c5f775919777bad.tar.gz
fix example
Diffstat (limited to 'doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn')
-rw-r--r--doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn b/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn
index eb1583b08..7fb883b10 100644
--- a/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn
+++ b/doc/tips/Git_repository_and_web_server_on_different_hosts.mdwn
@@ -22,7 +22,7 @@ in `~ikiwki_example/ikiwiki_example.git/hooks/post-update`, is
executable and contains:
#!/bin/sh
- /usr/bin/ssh ikiwiki_amnesia@www bin/ikiwiki.update
+ /usr/bin/ssh ikiwiki_example@www bin/ikiwiki.update
Password-less SSH must be setup to make this possible; one can
restrict `gitserver:ikiwiki_example` to be able to run only the needed