diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-09T19·37+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-09T19·37+0000 |
commit | 3e239a37ff6f19f2072f70881f8bce748d447c68 (patch) | |
tree | 28f19c1ea5869dc8620acd0cc7a439a865a9390a | |
parent | f1aa71a92f9914ac04141d9d0338391acedd6dea (diff) |
* file:/ -> file://
-rw-r--r-- | scripts/nix-push.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 19cc3bed6465..c27e813b48e8 100644 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -48,7 +48,7 @@ if ($ARGV[0] eq "--copy") { $targetArchivesUrl = shift @ARGV; } else { - $targetArchivesUrl = "file:/$localArchivesDir"; + $targetArchivesUrl = "file://$localArchivesDir"; } } else { |