summaryrefslogtreecommitdiff
path: root/wheel/__main__.py
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-08-22 23:08:13 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-08-22 23:08:13 -0400
commit49b1d5dac1cdeaf98998b1e5bdb0e2cf134edff3 (patch)
treea0250485a4bb007c126071bcdc6d27955457bcb8 /wheel/__main__.py
parentff5ff70d955e36ae36e1ccf381a9e02acdea07d9 (diff)
downloadwheel-git-0.9.tar.gz
typo0.9
Diffstat (limited to 'wheel/__main__.py')
-rw-r--r--wheel/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheel/__main__.py b/wheel/__main__.py
index 622dcb0..95de018 100644
--- a/wheel/__main__.py
+++ b/wheel/__main__.py
@@ -34,7 +34,7 @@ def keygen():
raise Exception("Keyring is broken. Could not retrieve secret key.")
@wb.command
-def sign(wheelfiles, replace=False):
+def sign(wheelfile, replace=False):
"""Sign a wheel"""
wf = wheel.install.WheelFile(wheelfile, append=True)
record_name = wf.distinfo_name + '/RECORD'