about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scripts/nix-push.in2
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 {