aboutsummaryrefslogtreecommitdiff
path: root/templates/gitweb.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gitweb.conf.erb')
-rw-r--r--templates/gitweb.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb
index 00f2053..d01f575 100644
--- a/templates/gitweb.conf.erb
+++ b/templates/gitweb.conf.erb
@@ -13,7 +13,7 @@ $git_temp = "/tmp";
$home_text = "indextext.html";
# file with project list; by default, simply scan the projectroot dir.
-$projects_list = "/var/git/<% if implementation == 'gitosis' %><%= implementation %>/<% end %>projects.list";
+$projects_list = "/var/git/projects.list";
# stylesheet to use
$stylesheet = "/gitweb.css";