aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitosis/gitweb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitosis/gitweb.py b/gitosis/gitweb.py
index 01f13db..a814a35 100644
--- a/gitosis/gitweb.py
+++ b/gitosis/gitweb.py
@@ -14,9 +14,9 @@ To plug this into ``gitweb``, you have two choices.
do "/etc/gitweb.conf" if -e "/etc/gitweb.conf";
$projects_list = "/path/to/your/projects.list";
# see ``repositories`` in the ``gitosis`` section
- # of ``~/.gitosis.conf``; usually ``~/repos``
+ # of ``~/.gitosis.conf``; usually ``~/repositories``
# but you need to expand the tilde here
- $projectroot = "/path/to/your/repos";
+ $projectroot = "/path/to/your/repositories";
Then in your web server, set environment variable ``GITWEB_CONFIG``
to point to this file.