Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Feb 11, 2025
1 parent 178cd02 commit 812f934
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions linodecli/plugins/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ def parse_target_address(
if ip.startswith("192.168"):
continue

if getattr(
parsed, "d"
):
if getattr(parsed, "d"):
ip = ip.replace(".", "-") + ".ip.linodeusercontent.com"

return ip

0 comments on commit 812f934

Please sign in to comment.