aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-10-20 09:08:44 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-10-20 09:08:44 +0000
commit0eab306466fdb186c692521dd1f2b949e56c54da (patch)
tree184db233ec7c7eb40df6f3fd32c0a154fe1efc52
parenta0a7a4e0875c2cfdd2895bb1b4a16c998cde576e (diff)
* NarPath -> NarName.
-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 c0aba5322..2e8158a6a 100644
--- a/scripts/nix-push.in
+++ b/scripts/nix-push.in
@@ -116,7 +116,7 @@ for (my $n = 0; $n < scalar @paths; $n++) {
print MANIFEST "{\n";
print MANIFEST " StorePath: $storepath\n";
- print MANIFEST " NarPath: $basename\n";
+ print MANIFEST " NarName: $narname\n";
print MANIFEST " MD5: $hash\n";
if ($storepath =~ /\.nix$/) {