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 | 41da8d045c29f3b960cf0e970d7e010686b6936a (patch) | |
tree | e17f0f708093cac66dd64021c9f1f10548e0ff3f | |
parent | ed39ec07f29d7bdcf75e7c2cfd933670498a0417 (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 |