ipa-client-install: Fix the "download the CA cert" query

Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
François Cami 2015-11-10 22:50:25 +01:00 committed by Martin Basti
parent f05846e267
commit 9f3e8943a7

View File

@ -2062,7 +2062,7 @@ def get_ca_certs(fstore, options, server, basedn, realm):
url = http_url()
override = not interactive
if interactive and not user_input(
"Do you want download the CA cert from " + url + " ?\n"
"Do you want to download the CA cert from " + url + " ?\n"
"(this is INSECURE)", False):
raise errors.NoCertificateError(message=u"HTTP certificate"
" download declined by user")