From 3e239a37ff6f19f2072f70881f8bce748d447c68 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Aug 2006 19:37:23 +0000 Subject: [PATCH] * file:/ -> file:// --- scripts/nix-push.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 19cc3bed64..c27e813b48 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 {