diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-04 10:02:12 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-04 10:02:12 +0000 |
commit | 0a8a747b3f700792e320d315bf0476cc096f2190 (patch) | |
tree | 7646ffda0124dbe49695ea4aaebaebefd78f32fb /lib | |
parent | c5aaa93450b75268a72a992ef39aca10dba7ee88 (diff) |
New release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/settings.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index b2bdb04..74d6bfb 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -169,7 +169,7 @@ module Custodian def alerter _load() unless( _loaded? ) - @settings['alerter'] || "file" + @settings['alerter'] || "redis" end |