parent
175a9cc0a1
commit
5f0429befd
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def main(main: str) -> None:
|
||||||
def set_ssh(*arguments: str) -> None:
|
def set_ssh(*arguments: str) -> None:
|
||||||
step("Set SSH")
|
step("Set SSH")
|
||||||
#
|
#
|
||||||
ssh_key, ssh_hosts = arguments
|
ssh_key, ssh_hosts = *arguments
|
||||||
#
|
#
|
||||||
ssh_type = "ed25519"
|
ssh_type = "ed25519"
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue