Skip to content

Commit

Permalink
Fix for nested host options not being set. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Jan 18, 2019
1 parent 5bd2ad9 commit 0344c33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sshush/sshush.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ def process_yaml(ssh_config_yaml):
host_details = {
'HostName': host_details
}
else:
host_details = {}

host_settings = {**settings, **host_details}

Expand Down

0 comments on commit 0344c33

Please sign in to comment.