mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
fix typo in error message (#9047)
This commit is contained in:
parent
bb2db252a7
commit
cde3e1fa97
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ def _handle_unexpected_key_type_migration(config: configuration.NamespaceConfig,
|
|||
if new_key_type != cur_key_type:
|
||||
msg = ('Are you trying to change the key type of the certificate named {0} '
|
||||
'from {1} to {2}? Please provide both --cert-name and --key-type on '
|
||||
'the command line confirm the change you are trying to make.')
|
||||
'the command line to confirm the change you are trying to make.')
|
||||
msg = msg.format(cert.lineagename, cur_key_type, new_key_type)
|
||||
raise errors.Error(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue