From feaa7c6e5d29b1877883f4f35d5fb129a92804a5 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 15 Nov 2012 11:32:13 +0000 Subject: Remove the --- lib/custodian/alerter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/custodian/alerter.rb') diff --git a/lib/custodian/alerter.rb b/lib/custodian/alerter.rb index 8bbd47e..e7befaf 100644 --- a/lib/custodian/alerter.rb +++ b/lib/custodian/alerter.rb @@ -77,9 +77,9 @@ class Alerter # Test trange, and format the appropriate message. # if ( BYTEMARK_RANGES.any?{|range| range.include?(IPAddr.new(resolved.to_s))} ) - return "

#{host} resolves to #{resolved} which is inside the Bytemark network.

" + return "

#{host} resolves to #{resolved} which is inside the Bytemark network.

" else - return "

#{host} resolves to #{resolved} which is not inside the Bytemark network.

" + return "

#{host} resolves to #{resolved} which is not inside the Bytemark network.

" end end -- cgit v1.2.1