diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-08-09 11:04:31 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-08-09 11:04:31 +0100 |
commit | cff669430bd9f00418f8f699e00ee919f95d167c (patch) | |
tree | 7df3886f0d43ff4270ca0eaca5a3931af721c5ab /lib/custodian | |
parent | 81392f873d845529b6fd0c75121f959f22cae38e (diff) |
Fixed syntax error.
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/protocoltest/dnsbl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/dnsbl.rb b/lib/custodian/protocoltest/dnsbl.rb index b043f61..7f96768 100644 --- a/lib/custodian/protocoltest/dnsbl.rb +++ b/lib/custodian/protocoltest/dnsbl.rb @@ -93,7 +93,7 @@ module Custodian end else - @error "#{@host} wasn't an IP address" + @error = "#{@host} wasn't an IP address" return true end end |