From b0b13535196a8746ee0a938dd9fd9c5a0dbcfca2 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 11 Dec 2014 12:40:39 +0000 Subject: Removed ruby1.8isms --- lib/custodian/settings.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index 2d4465d..453a35a 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -215,13 +215,13 @@ module Custodian # otherwise per-test defaults. case alert - when "smtp": + when "smtp" "root" - when "mauve": + when "mauve" "alert.bytemark.co.uk" - when "file": + when "file" "alerts.log" - when "redis": + when "redis" "127.0.0.1:6379" else nil -- cgit v1.2.1