diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20T09·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-20T09·08+0000 |
commit | 0eab306466fdb186c692521dd1f2b949e56c54da (patch) | |
tree | 184db233ec7c7eb40df6f3fd32c0a154fe1efc52 /scripts | |
parent | a0a7a4e0875c2cfdd2895bb1b4a16c998cde576e (diff) |
* NarPath -> NarName.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nix-push.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in index c0aba5322b8f..2e8158a6a4af 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$/) { |