Browse Source

fix runtime name error

master
Edoardo Putti 6 years ago
parent
commit
0b0e6e3094
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ca_manager/shell.py

+ 1
- 1
ca_manager/shell.py View File

@ -95,7 +95,7 @@ class CAManagerShell(cmd.Cmd):
Revoked: %s
"""
request_info = (
cert_info = (
cert.cert_id,
cert.signed_by,
cert.date_issued,


Loading…
Cancel
Save