From f505c4d482421e072d4724353705e9d5c890b593 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 1 Nov 2009 01:14:15 +0100 Subject: [PATCH] Girocco::Config: Remove some trailing slashes --- Girocco/Config.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index 08afcd7..e831789 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -78,10 +78,10 @@ our $webreporoot = "/home/repo/WWW/r"; our $gitweburl = "http://repo.or.cz/w"; # URL of the extra gitweb files (CSS, .js files, images, ...) -our $gitwebfiles = "http://repo.or.cz/"; +our $gitwebfiles = "http://repo.or.cz"; # URL of the Girocco CGI web admin interface (Girocco cgi/ subdirectory) -our $webadmurl = "http://repo.or.cz/"; +our $webadmurl = "http://repo.or.cz"; # URL of the Girocco CGI html templater (Girocco cgi/html.cgi) our $htmlurl = "http://repo.or.cz/h"; @@ -90,7 +90,7 @@ our $htmlurl = "http://repo.or.cz/h"; our $httppullurl = "http://repo.or.cz/r"; # Git URL of the repository collection (undef if N/A) -our $gitpullurl = "git://repo.or.cz/"; +our $gitpullurl = "git://repo.or.cz"; # Pushy URL of the repository collection (undef if N/A) our $pushurl = "ssh://repo.or.cz/srv/git"; -- 2.11.4.GIT