diff --git a/pkgs/clan-cli/clan_lib/ssh/remote.py b/pkgs/clan-cli/clan_lib/ssh/remote.py index b7cdb74e4..30d1fa2ce 100644 --- a/pkgs/clan-cli/clan_lib/ssh/remote.py +++ b/pkgs/clan-cli/clan_lib/ssh/remote.py @@ -104,7 +104,7 @@ class Remote: address: str, ) -> "Remote": """ - Parse a deployment address and return a Host object. + Parse a deployment address and return a Remote object. """ return parse_ssh_uri(machine_name=machine_name, address=address)