parent
175a9cc0a1
commit
c4a071178c
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ def main(main: str) -> None:
|
||||||
function(*arguments)
|
function(*arguments)
|
||||||
|
|
||||||
|
|
||||||
def set_ssh(*arguments: str) -> None:
|
def set_ssh(*arguments: list[str]) -> None:
|
||||||
step("Set SSH")
|
step("Set SSH")
|
||||||
#
|
#
|
||||||
ssh_key, ssh_hosts = arguments
|
ssh_key, ssh_hosts = arguments
|
||||||
|
|
Loading…
Reference in a new issue