i knew i would miss one

pull/28/head
nate 2018-02-21 23:32:47 -08:00
parent 76c476f258
commit ae69c79a51
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class Townie(User):
if pubkey.key.startswith('ssh-'):
content += '\n{}'.format(pubkey.key)
else:
content += '\n{} {}'.format(key.key_type, pubkey.key)
content += '\n{} {}'.format(pubkey.key_type, pubkey.key)
return content