Skip to content

Commit

Permalink
Fix broken ssh_key_name method
Browse files Browse the repository at this point in the history
We mixed up some variables and returned the wrong value.
  • Loading branch information
bastelfreak committed Nov 1, 2023
1 parent e151cf0 commit 5becd26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/beaker/hypervisor/hcloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def ssh_key_name
@options[:aws_keyname_modifier],
@options[:timestamp].strftime('%F_%H_%M_%S_%N'),
].join('-')
@logger.debug("ssh_key_name is: #{safe_hostname}")
safe_hostname
end

def create_ssh_key
Expand Down

0 comments on commit 5becd26

Please sign in to comment.