diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-06-10 12:40:31 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-06-10 12:40:31 +0200 |
commit | edfccbd86fccf00d2132d0c658906c1b34811862 (patch) | |
tree | 7f1fd1d9f88510454c8f364ea92e39488535d3ee | |
parent | 7a01d4616cec1831ec025e62bc64b4ec5d6ed600 (diff) | |
download | blogc-edfccbd86fccf00d2132d0c658906c1b34811862.tar.gz blogc-edfccbd86fccf00d2132d0c658906c1b34811862.tar.bz2 blogc-edfccbd86fccf00d2132d0c658906c1b34811862.zip |
git-receiver: man: typo
-rw-r--r-- | man/blogc-git-receiver.1.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/blogc-git-receiver.1.ronn b/man/blogc-git-receiver.1.ronn index 5759bac..f29e1cd 100644 --- a/man/blogc-git-receiver.1.ronn +++ b/man/blogc-git-receiver.1.ronn @@ -158,7 +158,7 @@ to change `blogc-git-receiver` behaviour: Path to the directory that should be used to store the blogc builds. Defaults to `$BLOGC_GIT_RECEIVER_BASE_DIR/builds`. This directory must be readable by your webserver. This variable is useful to keep your git repositories unreadable, - while letting your webserver access the built files`1. In this case, users need to + while letting your webserver access the built files. In this case, users need to also define custom symlinks for every repository in `$BLOGC_GIT_RECEIVER_BASE_DIR/blogc-git-receiver.ini`, because the default `htdocs` symlink inside the git repositories won't be acessible by the webserver. |