diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-12-11 13:54:40 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-12-11 13:54:40 +0000 |
commit | 672339bcc4b4c45995015dfde73af68c45b82a89 (patch) | |
tree | 69e282a0be297ff22aa5b82387a0899cf5968b88 | |
parent | 8ea4ddb6b41ad24fc925835da36665f00acce456 (diff) |
Fixed typo
-rw-r--r-- | lib/custodian/protocoltest/dns.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/dns.rb b/lib/custodian/protocoltest/dns.rb index f96325b..b4506e0 100644 --- a/lib/custodian/protocoltest/dns.rb +++ b/lib/custodian/protocoltest/dns.rb @@ -143,7 +143,7 @@ module Custodian return nil end - Resolv::DNS.open(:nameserver=>[server_ip]) do |dns| + Resolv::DNS.open(:nameserver=>[@server_ip]) do |dns| case ltype when /^A$/ then |