Fix for a typo in certprofile mod command.

Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
Milan Kubík
2015-06-19 11:57:21 +02:00
committed by Petr Vobornik
parent 74883bbc95
commit b3c7805e88

View File

@@ -246,7 +246,7 @@ class certprofile_del(LDAPDelete):
@register() @register()
class certprofile_mod(LDAPUpdate): class certprofile_mod(LDAPUpdate):
__doc__ = _("Modify Certificate Profile configuration.") __doc__ = _("Modify Certificate Profile configuration.")
msg_summary = _('Modified Certificate Profile "%(value)s') msg_summary = _('Modified Certificate Profile "%(value)s"')
def execute(self, *args, **kwargs): def execute(self, *args, **kwargs):
ca_enabled_check() ca_enabled_check()