aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/untrusted_git_push.mdwn
diff options
context:
space:
mode:
authorJason Blevins <jrblevin@sdf.lonestar.org>2008-10-24 17:11:11 -0400
committerJason Blevins <jrblevin@sdf.lonestar.org>2008-10-24 17:11:11 -0400
commit62d25b61f99796d85ad1dde016cb446594bcbb3a (patch)
treea9371cf0b0ddb832a170eb717cfefdcdd2dd9fe4 /doc/tips/untrusted_git_push.mdwn
parent8b1313825c7316fccc0f098f8669c3f74df3df28 (diff)
downloadikiwiki-62d25b61f99796d85ad1dde016cb446594bcbb3a.tar
ikiwiki-62d25b61f99796d85ad1dde016cb446594bcbb3a.tar.gz
Fix typo
Diffstat (limited to 'doc/tips/untrusted_git_push.mdwn')
-rw-r--r--doc/tips/untrusted_git_push.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/untrusted_git_push.mdwn b/doc/tips/untrusted_git_push.mdwn
index b7dba74c6..aef67a3db 100644
--- a/doc/tips/untrusted_git_push.mdwn
+++ b/doc/tips/untrusted_git_push.mdwn
@@ -47,7 +47,7 @@ can make a commit that pretends to be done by someone else.
Add a dedicated user who will push in untrusted commits. This user should have
a locked password, and `git-shell` asĀ its shell.
- root@bluebird:/home/joey>adduser --shell=/usr/bin/git-shell--disabled-password anon
+ root@bluebird:/home/joey>adduser --shell=/usr/bin/git-shell --disabled-password anon
Adding user `anon' ...
## ikiwiki setup