Skip to content

Commit

Permalink
Merge pull request #31 from bastelfreak/typo
Browse files Browse the repository at this point in the history
Fix broken ssh_key_name method
  • Loading branch information
bastelfreak authored Nov 1, 2023
2 parents e151cf0 + f14ccc0 commit 2e97539
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 2e97539

Please sign in to comment.