mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix for a typo in certprofile mod command.
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
74883bbc95
commit
b3c7805e88
@@ -246,7 +246,7 @@ class certprofile_del(LDAPDelete):
|
||||
@register()
|
||||
class certprofile_mod(LDAPUpdate):
|
||||
__doc__ = _("Modify Certificate Profile configuration.")
|
||||
msg_summary = _('Modified Certificate Profile "%(value)s')
|
||||
msg_summary = _('Modified Certificate Profile "%(value)s"')
|
||||
|
||||
def execute(self, *args, **kwargs):
|
||||
ca_enabled_check()
|
||||
|
||||
Reference in New Issue
Block a user