about summary refs log tree commit diff
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 1e1d905edcbe..b5899e45839a 100644
--- a/scripts/nix-push.in
+++ b/scripts/nix-push.in
@@ -169,5 +169,5 @@ foreach my $nararchive (@nararchives) {
 # Upload the manifest.
 print STDERR "uploading manifest...\n";
 system("$curl  --show-error --upload-file " .
-       "'$manifest' '$manifest_put_url/' > /dev/null") == 0 or
+       "'$manifest' '$manifest_put_url' > /dev/null") == 0 or
     die "curl failed on $manifest: $?";