Skip to content

Commit

Permalink
Tested
Browse files Browse the repository at this point in the history
  • Loading branch information
JackUrb committed Nov 16, 2021
1 parent 307366d commit 4877639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mephisto/abstractions/architects/ec2/ec2_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def get_instance_address(
[
"ssh-keygen",
"-f",
f"'{KNOWN_HOST_PATH}'",
f"{KNOWN_HOST_PATH}",
"-R",
f'"{ip_address}"',
]
Expand Down

0 comments on commit 4877639

Please sign in to comment.