Browse code

fix the perlism.

Andrew Lewman authored on 30/05/2013 18:54:56
Showing 1 changed files
... ...
@@ -41,7 +41,7 @@ sub sanitize {
41 41
 sub FetchDate {
42 42
     my $url = shift; # Base url for mirror
43 43
     my $trace = "project/trace/www-master.torproject.org"; # this file should always exist
44
-    $url = "$url*/*$trace";
44
+    $url = "$url/$trace";
45 45
 
46 46
     print "Fetching possible date from: $url\n";
47 47