i knew i would miss one
parent
76c476f258
commit
ae69c79a51
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue