summaryrefslogtreecommitdiff
path: root/lib/custodian
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-04 10:02:12 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-04 10:02:12 +0000
commit0a8a747b3f700792e320d315bf0476cc096f2190 (patch)
tree7646ffda0124dbe49695ea4aaebaebefd78f32fb /lib/custodian
parentc5aaa93450b75268a72a992ef39aca10dba7ee88 (diff)
New release
Diffstat (limited to 'lib/custodian')
-rw-r--r--lib/custodian/settings.rb2
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