i knew i would miss one

This commit is contained in:
nate 2018-02-21 23:32:47 -08:00
parent 76c476f258
commit ae69c79a51

View File

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