clan-lib: Rename parse_deployment_address to parse_ssh_uri
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user