aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-push.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nix-push.in')
-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 19cc3bed6..c27e813b4 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 {