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 | 6e4922ebc23aeb113ba92842975c8dea9eed349b (patch) | |
tree | c8e78fc75364a785b9ae88ab9100becb3b39508f | |
parent | 587cb42e3651563f98b06f34d09a47aeee8351d0 (diff) |
Fixed syntax error.
-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 |