sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit ae09300e31e5a9a22a4846a0d2ba1ec7aab0668b
parent b5213d223214eded99d38a97027503f1d6c39b98
Author: Dan Callaghan <djc@djc.id.au>
Date:   Mon, 19 Jul 2021 20:22:20 +1000

correctly declare YAML global tag URI

Relates to #577.

Diffstat:
M lib/sup.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -26,7 +26,7 @@ class Module
     props = props.map { |p| p.to_s }
 
     path = name.gsub(/::/, "/")
-    yaml_tag "!#{Redwood::YAML_DOMAIN},#{Redwood::YAML_DATE}/#{path}"
+    yaml_tag "tag:#{Redwood::YAML_DOMAIN},#{Redwood::YAML_DATE}/#{path}"
 
     define_method :init_with do |coder|
       initialize(*coder.map.values_at(*props))