Commit 280bae7

mo <mo.khan@gmail.com>
2018-02-18 18:50:03
print the xml. tag: v0.3.6
1 parent a9fb7d6
Changed files (1)
lib
saml
kit
lib/saml/kit/cli/report.rb
@@ -16,7 +16,7 @@ module Saml
             shell.say(document.signature.certificate.x509.to_text)
           end
           shell.say ""
-          #shell.say document.to_xml(pretty: true), :green
+          shell.say document.to_xml(pretty: true), :green
           shell.say ""
           document.errors.full_messages.each do |error|
             shell.say_status :error, error, :red