summaryrefslogtreecommitdiff
path: root/lib/thandy/SignerCLI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/SignerCLI.py')
-rw-r--r--lib/thandy/SignerCLI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/SignerCLI.py b/lib/thandy/SignerCLI.py
index f7a8472..9477cfe 100644
--- a/lib/thandy/SignerCLI.py
+++ b/lib/thandy/SignerCLI.py
@@ -103,7 +103,7 @@ def makebundle(args):
if r != 'package':
print pkgFile, "was not a package"
packages[p['signed']['name']] = p['signed']
- packageLen[p['signed']['name'] = length
+ packageLen[p['signed']['name']] = length
bundleObj = thandy.formats.makeBundleObj(configFile, packages.__getitem__,
packageLen.__getitem__)