]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/untrusted_git_push.mdwn
Added a reason for this to be an ikiwiki's concern.
[ikiwiki.git] / doc / tips / untrusted_git_push.mdwn
index b7dba74c67c6828edc36e65ac1340ebf248ff46c..aef67a3db7f048532b90e90ad9fe6d1f99b87fbf 100644 (file)
@@ -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