mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix = in tailing else
This commit is contained in:
parent
01103ae384
commit
37c60fb16a
@ -16,7 +16,7 @@ def _refine_enc(enc):
|
||||
elif dss.count(enc):
|
||||
return 'ssh-dss'
|
||||
else:
|
||||
return 'ssh=rsa'
|
||||
return 'ssh-rsa'
|
||||
|
||||
def _format_auth_line(
|
||||
key,
|
||||
|
Loading…
Reference in New Issue
Block a user