useless
This commit is contained in:
parent
5c9f50edfa
commit
c1eaf978d7
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ def install_commands(path):
|
|||
|
||||
def set_ssh(*arguments):
|
||||
ssh_key, ssh_hosts = arguments
|
||||
ssh_type = projects.environment.get('CD_SSH_TYPE', 'ed25519')
|
||||
#
|
||||
ssh_type = 'ed25519'
|
||||
#
|
||||
home = os.path.expanduser('~')
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue