diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-13 16:03:54 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-13 16:24:41 +0300 |
commit | e3bbdf541c0d8953910d3a2319c4834163093b56 (patch) | |
tree | d1e1ca132e2e24e87f1f9c61bc17de4c996c8cc8 /examples | |
parent | add Dockerfile (diff) | |
download | cgitize-e3bbdf541c0d8953910d3a2319c4834163093b56.tar.gz cgitize-e3bbdf541c0d8953910d3a2319c4834163093b56.zip |
write to /var/tmp/cgit-repos/output by default
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cgit-repos.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgit-repos.conf b/examples/cgit-repos.conf index 9729fd3..94f73cd 100644 --- a/examples/cgit-repos.conf +++ b/examples/cgit-repos.conf @@ -5,7 +5,7 @@ # /etc/cgit-repos/my_repos.py by default. my_repos = /path/to/my_repos.py -# "$( pwd )/output/" by default. +# /var/tmp/cgit-repos/output by default. output = /path/to/output/ # URL to clone from the output directory. |