From 660548b784e264374e8c587c24d6eaba0ca16f7d 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(-) 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