urgh...for some weird reason this one-liner was not in svn. PEBKAC!

This commit is contained in:
Armijn Hemel 2006-08-03 11:48:09 +00:00
parent a29b64a231
commit fcb784051f
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ for (my $n = 0; $n < scalar @storePaths; $n++) {
my $url;
if ($localCopy) {
$url = "file://$localArchivesDir/$narName";
$url = "file://$targetArchivesDir/$narName";
} else {
$url = "$archivesGetURL/$narName";
}