diff options
-rw-r--r-- | lib/custodian/alerts/mauve.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/alerts/mauve.rb b/lib/custodian/alerts/mauve.rb index 9a5d9ed..79a1416 100644 --- a/lib/custodian/alerts/mauve.rb +++ b/lib/custodian/alerts/mauve.rb @@ -224,7 +224,7 @@ module Custodian # we need to make sure these are distinct too. # id_key = test.to_s - id_key += test.class + id_key += test.class.to_s alert.id = Digest::SHA1.hexdigest(id_key) |