* file:/ -> file://
This commit is contained in:
parent
f1aa71a92f
commit
3e239a37ff
|
@ -48,7 +48,7 @@ if ($ARGV[0] eq "--copy") {
|
|||
$targetArchivesUrl = shift @ARGV;
|
||||
}
|
||||
else {
|
||||
$targetArchivesUrl = "file:/$localArchivesDir";
|
||||
$targetArchivesUrl = "file://$localArchivesDir";
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue