Commit 8b6d10f3 authored by Jason R. Coombs's avatar Jason R. Coombs

Fix typo in protocol_version. Thanks aclark!

--HG--
branch : distribute
extra : rebase_source : ab90cfb5cae3189b8d0c71c43992bc0273a7587a
parent 0f29131d
......@@ -92,7 +92,7 @@ class upload(Command):
comment = "built on %s" % platform.platform(terse=1)
data = {
':action':'file_upload',
'protcol_version':'1',
'protocol_version':'1',
'name':self.distribution.get_name(),
'version':self.distribution.get_version(),
'content':(basename,content),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment