From d570830db8f7d893cbcf8e7cfe05c4578bb63fd0 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 22 Nov 2012 06:43:43 +0000 Subject: Updated for new class name. --- lib/custodian/multiping.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/custodian/multiping.rb') diff --git a/lib/custodian/multiping.rb b/lib/custodian/multiping.rb index b800196..8844112 100644 --- a/lib/custodian/multiping.rb +++ b/lib/custodian/multiping.rb @@ -1,6 +1,6 @@ require 'getoptlong' -require 'custodian/dnsutil' +require 'custodian/util/dns' # # This class has methods to determine whether the target @@ -21,7 +21,7 @@ class MultiPing # def initialize( hostname ) @hostname = hostname - @resolved = DNSUtil.hostname_to_ip( hostname ) + @resolved = Custodian::Util::DNS.hostname_to_ip( hostname ) end -- cgit v1.2.1