about summary refs log tree commit diff
path: root/scripts/nix-push.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-08-15T09·24+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-08-15T09·24+0000
commitdbc0170ed998484178780d9390ae0d4434bf93b0 (patch)
tree8debe7465e664b08cd5b30994135c86dac81ca49 /scripts/nix-push.in
parent5c793ad03e08f8f795397af1d49034ac6f616ade (diff)
* Show errors in nix-prefetch-url.
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 e5bd404a2d8a..992622fbb4ca 100644
--- a/scripts/nix-push.in
+++ b/scripts/nix-push.in
@@ -265,7 +265,7 @@ print STDERR "uploading manifest...\n";
 if ($localCopy) {
     copyFile $manifest, $localManifestFile;
 } else {
-    system("$curl  --show-error --upload-file " .
+    system("$curl --show-error --upload-file " .
            "'$manifest' '$manifestPutURL' > /dev/null") == 0 or
            die "curl failed on $manifest: $?";
 }