*arguments
Some checks failed
/ job (push) Failing after 8m35s

This commit is contained in:
Marc Beninca 2024-06-24 00:01:59 +02:00
parent 175a9cc0a1
commit 5f0429befd
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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"
# #