diff options
Diffstat (limited to 'lib')
| -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 |
