aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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$/) {