summaryrefslogtreecommitdiff
path: root/lib/custodian
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-08-09 11:04:31 +0100
committerSteve Kemp <steve@steve.org.uk>2013-08-09 11:04:31 +0100
commit6e4922ebc23aeb113ba92842975c8dea9eed349b (patch)
treec8e78fc75364a785b9ae88ab9100becb3b39508f /lib/custodian
parent587cb42e3651563f98b06f34d09a47aeee8351d0 (diff)
Fixed syntax error.
Diffstat (limited to 'lib/custodian')
-rw-r--r--lib/custodian/protocoltest/dnsbl.rb2
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