From 9f3e8943a7c0be1ba6ae8738f8f88420a098c276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Tue, 10 Nov 2015 22:50:25 +0100 Subject: [PATCH] ipa-client-install: Fix the "download the CA cert" query Reviewed-By: Petr Spacek --- ipa-client/ipa-install/ipa-client-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")