Skip to content

Commit

Permalink
Merge pull request #190 from nobikik9/fix-my-hostname-flag-for-ipv6
Browse files Browse the repository at this point in the history
Fix -m flag for IPv6 addresses
  • Loading branch information
Farqd authored Nov 13, 2023
2 parents 7e54d2b + 3d3eddf commit 1ed5d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/taste_tester/host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def config
FileUtils.touch(File.join(taste_tester_dest, 'chefignore'))
uri = URI.parse('#{url}/file_store/tt.tgz')
Net::HTTP.start(
uri.host,
uri.hostname,
uri.port,
:use_ssl => #{TasteTester::Config.use_ssl},
# we expect self signed certificates
Expand Down

0 comments on commit 1ed5d4e

Please sign in to comment.