]> git.cworth.org Git - sup/blobdiff - lib/sup/message-chunks.rb
Merge commit 'bwalton/bw/flexible_sent'
[sup] / lib / sup / message-chunks.rb
index e817744f262352d134e483c3d8fcc63ee2e90198..0d742d99e746a9ce96a4c11eddcd57506fcae22f 100644 (file)
@@ -240,8 +240,8 @@ EOS
 
     def patina_color
       case status
-      when :valid: :cryptosig_valid_color
-      when :invalid: :cryptosig_invalid_color
+      when :valid then :cryptosig_valid_color
+      when :invalid then :cryptosig_invalid_color
       else :cryptosig_unknown_color
       end
     end