Author: phobos Date: 2013-05-30 16:54:56 +0000 (Thu, 30 May 2013) New Revision: 26200
Modified: website/trunk/update-mirrors.pl Log: fix the perlism.
Modified: website/trunk/update-mirrors.pl =================================================================== --- website/trunk/update-mirrors.pl 2013-05-30 16:53:22 UTC (rev 26199) +++ website/trunk/update-mirrors.pl 2013-05-30 16:54:56 UTC (rev 26200) @@ -41,7 +41,7 @@ sub FetchDate { my $url = shift; # Base url for mirror my $trace = "project/trace/www-master.torproject.org"; # this file should always exist - $url = "$url*/*$trace"; + $url = "$url/$trace";
print "Fetching possible date from: $url\n";
tor-commits@lists.torproject.org