diff options
Diffstat (limited to 'lib/custodian/settings.rb')
-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 |