diff options
author | François Cami <fcami@fedoraproject.org> | 2015-11-10 22:50:25 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2015-11-11 10:40:54 +0100 |
commit | 9f3e8943a7c0be1ba6ae8738f8f88420a098c276 (patch) | |
tree | 2ece66e8afd12e21624e0bb68f9ff3cc1e68e8d1 | |
parent | f05846e26787da5ef6c996abf823fcc4a7f65e0f (diff) | |
download | freeipa-9f3e8943a7c0be1ba6ae8738f8f88420a098c276.tar.gz freeipa-9f3e8943a7c0be1ba6ae8738f8f88420a098c276.tar.xz freeipa-9f3e8943a7c0be1ba6ae8738f8f88420a098c276.zip |
ipa-client-install: Fix the "download the CA cert" query
Reviewed-By: Petr Spacek <pspacek@redhat.com>
-rwxr-xr-x | ipa-client/ipa-install/ipa-client-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install index 14261e57f..3011d25f3 100755 --- a/ipa-client/ipa-install/ipa-client-install +++ b/ipa-client/ipa-install/ipa-client-install @@ -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") |