diff options
| author | mo <mo.khan@gmail.com> | 2018-02-18 11:50:03 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-02-18 11:50:03 -0700 |
| commit | 280bae75df738dd4e0e9dc6613c0b429cf75e10e (patch) | |
| tree | bf9243242033d266c29d003143eded84f468d93a | |
| parent | a9fb7d6d29b21bf4d8a39f519080036e8cd00039 (diff) | |
print the xml.v0.3.6
| -rw-r--r-- | lib/saml/kit/cli/report.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/saml/kit/cli/report.rb b/lib/saml/kit/cli/report.rb index b2dfe60..40bf518 100644 --- a/lib/saml/kit/cli/report.rb +++ b/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 |
