clan-lib: Rename parse_deployment_address to parse_ssh_uri

This commit is contained in:
Qubasa
2025-06-23 15:32:35 +02:00
parent c3a631de7e
commit 046d13bd50
8 changed files with 13 additions and 15 deletions

View File

@@ -258,8 +258,6 @@ def get_host(
return None
return RemoteSource(
data=Remote.from_deployment_address(
machine_name=machine.name, address=host_str
),
data=Remote.from_ssh_uri(machine_name=machine.name, address=host_str),
source=source,
)