]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 20:42:47 +0000 (17:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Oct 2010 20:42:47 +0000 (17:42 -0300)
templates/gitweb.conf.erb

index 697d7a9ec3b543fc6984923313da5819bd0d480f..bb967418756efdee7c3065416ad23be079052418 100644 (file)
@@ -25,4 +25,4 @@ $logo = "/git-logo.png";
 $favicon = "/git-favicon.png";
 
 # header url
-@git_base_url_list = (<%= base_url_protocol %>'://git.<%= hosting_domain %>');
+@git_base_url_list = ('<%= base_url_protocol %>://git.<%= hosting_domain %>');