Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #76 from paulczar/patch-1
Browse files Browse the repository at this point in the history
bugfix:  using subdomain of xip.io buggy
  • Loading branch information
Kyle Rames committed Feb 19, 2014
2 parents fb1b340 + 89d8247 commit 2f9e510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/rackspace_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def public_dns_name(server)
@public_dns_name ||= begin
Resolv.getname(public_ip_address)
rescue
"#{public_ip_address}.rs-cloud.xip.io"
"#{public_ip_address}.xip.io"
end
end
end
Expand Down

0 comments on commit 2f9e510

Please sign in to comment.